Skip to content

Commit

Permalink
Se expone el puerto del server de ws en el container.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariano-baffetti committed Feb 29, 2024
1 parent 4275208 commit 7080a8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ services:
- ./prisma/.env
ports:
- ${NOTIFIER_PORT}:${NOTIFIER_PORT}
- ${WEBSOCKET_PORT}:${WEBSOCKET_PORT}
networks:
- delta-nw
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion example.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ NEXT_PUBLIC_GOOGLE_ANALYTICS= 'G-0000000'
PORT="3000"

NOTIFIER_PORT= "3001"

WEBSOCKET_PORT="8080"
PGADMIN_DEFAULT_EMAIL=[email protected]
PGADMIN_DEFAULT_PASSWORD=admin

Expand Down

0 comments on commit 7080a8d

Please sign in to comment.