|
@@ -102,11 +102,11 @@ services:
|
|
|
- /var/log:/var/log/apache2
|
|
- /var/log:/var/log/apache2
|
|
|
labels:
|
|
labels:
|
|
|
- traefik.enable=true
|
|
- traefik.enable=true
|
|
|
- - traefik.http.routers.apache_prod.rule=Host(`angular-preprod.foodgame.fr`)
|
|
|
|
|
|
|
+ - traefik.http.routers.apache_preprod.rule=Host(`angular-preprod.foodgame.fr`)
|
|
|
# - traefik.http.routers.apache_prod.rule=Host(`${URLANGULAR}`)
|
|
# - traefik.http.routers.apache_prod.rule=Host(`${URLANGULAR}`)
|
|
|
- - traefik.http.services.apache_prod.loadbalancer.server.port=80
|
|
|
|
|
- - traefik.http.routers.apache_prod.entrypoints=websecure
|
|
|
|
|
- - traefik.http.routers.apache_prod.tls.certresolver=myresolver
|
|
|
|
|
|
|
+ - traefik.http.services.apache_preprod.loadbalancer.server.port=80
|
|
|
|
|
+ - traefik.http.routers.apache_preprod.entrypoints=websecure
|
|
|
|
|
+ - traefik.http.routers.apache_preprod.tls.certresolver=myresolver
|
|
|
restart: always
|
|
restart: always
|
|
|
|
|
|
|
|
|
|
|