refactor(docker compose): changed to have the correct url that will be used as this is for auth

This commit is contained in:
2026-05-05 14:52:36 -05:00
parent 36995e9fb4
commit 4e0cf8c54c

View File

@@ -18,7 +18,7 @@ services:
environment: environment:
- NODE_ENV=production - NODE_ENV=production
- LOG_LEVEL=info - LOG_LEVEL=info
- EXTERNAL_URL=http://192.168.8.222:3600 - URL=http://localhost:3600
- DATABASE_HOST=postgres # if running on the same docker then do this - DATABASE_HOST=postgres # if running on the same docker then do this
- DATABASE_PORT=5432 - DATABASE_PORT=5432
- DATABASE_USER=${DATABASE_USER} - DATABASE_USER=${DATABASE_USER}
@@ -41,7 +41,10 @@ services:
#for all host including prod servers, plc's, printers, or other de #for all host including prod servers, plc's, printers, or other de
networks: networks:
- docker-network - docker-network
- pgNetwork
networks: networks:
docker-network: docker-network:
external: true
pgNetwork:
external: true external: true