Template
1
0
Fork 0
goth.stack/docker-compose.yml

7 lines
97 B
YAML
Raw Normal View History

2024-12-18 23:21:12 -06:00
services:
app:
image: ${IMAGE}
command: ["/app"]
ports:
- "${APP_PORT}:3000"