write-ups-challenges-2021-2022/rng_farm/docker-compose.yml

12 lines
186 B
YAML
Raw Permalink Normal View History

2021-12-02 23:33:26 +00:00
version: "3.1"
services:
backend:
build: backend
restart: always
ports:
- "3000:3000"
frontend:
build: frontend
restart: always
ports:
- "4000:80"