12 lines
212 B
YAML
12 lines
212 B
YAML
services:
|
|
app:
|
|
image: registry.digitalocean.com/himboapps/atridotdad:latest
|
|
command: ["/app"]
|
|
ports:
|
|
- "3000:3000"
|
|
networks:
|
|
- proxy_default
|
|
|
|
networks:
|
|
default:
|
|
external: true
|