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

7 lines
186 B
YAML
Raw Normal View History

2024-06-07 15:43:27 -06:00
services:
app:
2024-09-20 22:24:08 -06:00
image: ghcr.io/atridadl/atri.dad:latest@sha256:8ec84813f2e6c104d5660ca891520e6092a80f3f7251c2568c36e21060737f40
2024-06-07 15:43:27 -06:00
command: ["/app"]
ports:
- "3000:3000"