docker files updated
This commit is contained in:
25
compose.yaml
Normal file
25
compose.yaml
Normal 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
|
||||
Reference in New Issue
Block a user