Added host address to .env

This commit is contained in:
Florian Sylvain
2022-12-22 02:52:50 +01:00
parent 659554c2a9
commit d3c68d6c89
7 changed files with 24 additions and 26 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ services:
env_file:
- .env
ports:
- "${API_PORT}:${API_PORT}"
- "${APP_API_PORT}:${APP_API_PORT}"
networks:
- back-net
frontend:
@@ -18,7 +18,7 @@ services:
env_file:
- .env
ports:
- "${FRONT_PORT}:80"
- "${APP_FRONT_PORT}:80"
networks:
- front-net
db: