${MERMS_SOCKET_PORT}

This commit is contained in:
CHIEFSOFT\ameye
2024-12-18 02:55:25 -05:00
parent 727bbb21b4
commit a942fd19c5
+1 -1
View File
@@ -10,7 +10,7 @@ services:
- ./:/app - ./:/app
- '/app/node_modules' - '/app/node_modules'
ports: ports:
- 3040:3040 - ${MERMS_SOCKET_PORT}:5005
environment: environment:
- PORT=${MERMS_SOCKET_PORT} - PORT=${MERMS_SOCKET_PORT}
- POSTGRE_URL=${MERMS_POSTGRE_URL} - POSTGRE_URL=${MERMS_POSTGRE_URL}