grungnet/backend/docker-compose.yml
2023-01-16 12:02:32 +11:00

10 lines
170 B
YAML

services:
owlbearrodeo:
build: ./
stop_grace_period: 30s
init: true
ports:
- 9000:9000
environment:
PORT: 9000
ALLOW_ORIGIN: ".*"