django-orchestra-test/docker-compose.yml
RubenPX ebd96b710e add docker file working
(sugestion by @slamora)
2022-03-18 17:21:05 +01:00

7 lines
96 B
YAML

version: "3.9"
services:
orchestra:
tty: false
build: .
ports:
- "9999:9999"