grungnet/backend/docker-compose.yml

10 lines
170 B
YAML
Raw Normal View History

2023-01-15 20:02:32 -05:00
services:
owlbearrodeo:
build: ./
stop_grace_period: 30s
init: true
ports:
- 9000:9000
environment:
PORT: 9000
ALLOW_ORIGIN: ".*"