remove environment files.
This commit is contained in:
@@ -1,27 +1,10 @@
|
||||
services:
|
||||
nginx:
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: nginx.Dockerfile
|
||||
ports:
|
||||
- "7000:80"
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf
|
||||
- ./tienda_ilusion/don_confiao/static/frontend:/var/www/frontend/
|
||||
django:
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: django.Dockerfile
|
||||
volumes:
|
||||
- ./tienda_ilusion:/app/
|
||||
ports:
|
||||
- "7001:9090"
|
||||
frontend:
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: vuetify.Dockerfile
|
||||
volumes:
|
||||
- ./tienda_ilusion/don_confiao/frontend/don-confiao:/app/
|
||||
- ./:/app/
|
||||
ports:
|
||||
- "7003:3000"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user