Files
goth.stack/docker-compose.yml
2024-12-18 23:21:12 -06:00

7 lines
97 B
YAML

services:
app:
image: ${IMAGE}
command: ["/app"]
ports:
- "${APP_PORT}:3000"