Files
grungnet/backend/docker-compose.yml

10 lines
170 B
YAML
Raw Normal View History

2023-01-16 12:02:32 +11:00
services:
owlbearrodeo:
build: ./
stop_grace_period: 30s
init: true
ports:
- 9000:9000
environment:
PORT: 9000
ALLOW_ORIGIN: ".*"