wip
This commit is contained in:
+3
-3
@@ -9,6 +9,7 @@ services:
|
||||
- server
|
||||
volumes:
|
||||
- ./devops/nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||
# - ./frontend/build:/var/www/html
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
@@ -18,7 +19,6 @@ services:
|
||||
context: ./frontend
|
||||
volumes:
|
||||
- ./frontend/src:/usr/src/frontend/src
|
||||
- ./frontend/public:/usr/src/frontend/public
|
||||
ports:
|
||||
- 3000:3000
|
||||
environment:
|
||||
@@ -28,8 +28,8 @@ services:
|
||||
server:
|
||||
build:
|
||||
context: ./server
|
||||
volumes:
|
||||
- ./server:/usr/src/server
|
||||
# volumes:
|
||||
# - ./server:/usr/src/server
|
||||
ports:
|
||||
- 8000:8000
|
||||
command: ["python", "manage.py", "runserver", "0.0.0.0:8000"]
|
||||
|
||||
Reference in New Issue
Block a user