fix double serveur nginx -> tout tourne sur le nginx du front
This commit is contained in:
@@ -1,26 +1,11 @@
|
||||
services:
|
||||
nginx:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: dockerfiles/nginx/Dockerfile
|
||||
ports:
|
||||
- "80:80"
|
||||
depends_on:
|
||||
- db
|
||||
- etherpad
|
||||
- back
|
||||
- front
|
||||
networks:
|
||||
- app-network
|
||||
|
||||
front:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: dockerfiles/front/Dockerfile
|
||||
|
||||
ports:
|
||||
- "5000:5000"
|
||||
- "5080:80"
|
||||
- "80:80"
|
||||
volumes:
|
||||
- ../doodlestudent/front:/app
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user