Removed ports for use with reverse proxy
parent
b11c4b4e9f
commit
582d400f48
|
|
@ -38,8 +38,6 @@ services:
|
||||||
NGINX_VERSION: ${NGINX_VERSION}
|
NGINX_VERSION: ${NGINX_VERSION}
|
||||||
image: european-airports/api-nginx
|
image: european-airports/api-nginx
|
||||||
restart: always
|
restart: always
|
||||||
# ports:
|
|
||||||
# - 8080:80
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- backend-php
|
- backend-php
|
||||||
env_file:
|
env_file:
|
||||||
|
|
@ -78,6 +76,7 @@ services:
|
||||||
secrets:
|
secrets:
|
||||||
- eaBackendUser
|
- eaBackendUser
|
||||||
- eaBackendPw
|
- eaBackendPw
|
||||||
|
- passwordPepper
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=false"
|
- "traefik.enable=false"
|
||||||
|
|
||||||
|
|
@ -89,8 +88,6 @@ services:
|
||||||
NGINX_VERSION: ${NGINX_VERSION}
|
NGINX_VERSION: ${NGINX_VERSION}
|
||||||
image: european-airports/www-nginx
|
image: european-airports/www-nginx
|
||||||
restart: always
|
restart: always
|
||||||
# ports:
|
|
||||||
# - 8081:80
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- frontend-php
|
- frontend-php
|
||||||
env_file:
|
env_file:
|
||||||
|
|
@ -179,3 +176,5 @@ secrets:
|
||||||
file: ./secrets/root_name.txt
|
file: ./secrets/root_name.txt
|
||||||
rootPw:
|
rootPw:
|
||||||
file: ./secrets/root_pw.txt
|
file: ./secrets/root_pw.txt
|
||||||
|
passwordPepper:
|
||||||
|
file: ./secrets/passwordPepper.txt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue