atri.dad/docker-compose.yml

7 lines
116 B
YAML
Raw Normal View History

2024-06-07 15:43:27 -06:00
services:
app:
2024-09-20 21:58:15 -06:00
image: ghcr.io/atridadl/atridotdad:latest
2024-06-07 15:43:27 -06:00
command: ["/app"]
ports:
- "3000:3000"