Fixed .env file

This commit is contained in:
frikky
2020-05-21 16:20:34 +02:00
parent 045fdcfb1e
commit 8154441e9d
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -4,6 +4,6 @@ ENVIRONMENT_NAME=Shuffle
# Other configs
BACKEND_HOSTNAME=shuffle-backend
BACKEND_PORT=5010
BACKEND_PORT=5001
FRONTEND_PORT=3001
OUTER_HOSTNAME=shuffle-backend
OUTER_HOSTNAME=shuffle-backend
+2 -2
View File
@@ -6,7 +6,7 @@ services:
container_name: shuffle-frontend
hostname: shuffle-frontend
ports:
- "${FRONTEND_PORT}:80"
- "3001:80"
networks:
- shuffle
restart: unless-stopped
@@ -52,7 +52,7 @@ services:
environment:
- ORG_ID=${ORG_ID}
- ENVIRONMENT_NAME=${ENVIRONMENT_NAME}
- BASE_URL=http://${OUTER_HOSTNAME}:${BACKEND_PORT}
- BASE_URL=http://${OUTER_HOSTNAME}:{BACKEND_PORT}
restart: unless-stopped
app_sdk:
#build: ./functions/onprem/app_sdk