atri.dad/docker-compose.yml
2024-09-08 23:44:36 -06:00

19 lines
297 B
YAML

version: "3"
services:
app:
build:
context: .
dockerfile: Dockerfile
image: atridad:latest
command: ["/app"]
pull_policy: build
ports:
- "3000:3000"
networks:
- proxy_default
networks:
proxy_default:
name: proxy_default
external: true