Dwinzo_beta/compose.yaml

23 lines
413 B
YAML
Raw Normal View History

2025-03-19 04:59:07 +00:00
services:
dwinzo_beta:
build:
context: ./app
dockerfile: Dockerfile
container_name: dwinzo_beta
stdin_open: true
tty: true
ports:
- "8200:80"
volumes:
# Bind the app directory for development purposes
- ./app:/app
networks:
- dwinzo_beta
networks:
dwinzo_beta:
driver: bridge
volumes:
frontend:
driver: local