Fix #6 using nginx
This commit is contained in:
@@ -73,11 +73,18 @@ services:
|
||||
image: registry.gitlab.com/champs-libres/geonature-citizen/media
|
||||
ports:
|
||||
- "8082:80"
|
||||
apache:
|
||||
nginx:
|
||||
build:
|
||||
context: ./apache
|
||||
context: ./nginx
|
||||
dockerfile: ./Dockerfile
|
||||
image: registry.gitlab.com/champs-libres/geonature-citizen/apache
|
||||
image: registry.gitlab.com/champs-libres/geonature-citizen/nginx
|
||||
# volumes:
|
||||
# - ./nginx/default.conf:/etc/nginx/conf.d/default.conf
|
||||
depends_on:
|
||||
- "media"
|
||||
- "citizen-front"
|
||||
- "citizen-back"
|
||||
- "taxhub"
|
||||
ports:
|
||||
- "8080:80"
|
||||
pgweb:
|
||||
|
Reference in New Issue
Block a user