remove frontend files to run environment.
This commit is contained in:
@@ -1,13 +1,4 @@
|
||||
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: ./
|
||||
@@ -15,13 +6,5 @@ services:
|
||||
volumes:
|
||||
- ./tienda_ilusion:/app/
|
||||
ports:
|
||||
- "7001:9090"
|
||||
frontend:
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: vuetify.Dockerfile
|
||||
volumes:
|
||||
- ./tienda_ilusion/don_confiao/frontend/don-confiao:/app/
|
||||
ports:
|
||||
- "7003:3000"
|
||||
- "7000:9090"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user