docker files updated

This commit is contained in:
2025-03-19 10:29:07 +05:30
parent 124e435504
commit a550635aae
3 changed files with 81 additions and 0 deletions

25
compose.yaml Normal file
View File

@@ -0,0 +1,25 @@
version: "3.8"
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