atri.dad/docker-compose.yml

20 lines
297 B
YAML
Raw Normal View History

2024-06-07 15:43:27 -06:00
version: "3"
services:
app:
build:
context: .
dockerfile: Dockerfile
image: atridad:latest
command: ["/app"]
pull_policy: build
ports:
- "3000:3000"
networks:
- proxy_default
networks:
2024-06-07 15:45:11 -06:00
proxy_default:
2024-06-07 15:43:27 -06:00
name: proxy_default
2024-08-05 20:11:50 -06:00
external: true