Fix #6 using nginx

This commit is contained in:
Marc Ducobu
2021-07-01 14:47:23 +02:00
parent 777464d788
commit 0ddfe09ab8
5 changed files with 51 additions and 579 deletions

View File

@@ -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: