Ajustado el token de la tarjeta y solucionados problemas de conexion de

docker
This commit is contained in:
2026-04-13 14:59:33 +02:00
parent f7084e8db3
commit b965167d8d
11 changed files with 123 additions and 27 deletions

View File

@@ -7,14 +7,11 @@ COPY ./src ./src
COPY tsconfig.json ./
COPY ./start.sh ./
COPY ./deployment/database/migrations ./deployment/database/migrations
COPY ./deployment/develop/start.sh ./
RUN npm config set @sf-alvar:registry https://git.savefamilygps.net/api/packages/SaveFamily/npm/
RUN npm install
RUN chmod +x start.sh
EXPOSE ${PORT}
CMD [ "npm" ,"run", "build-start" ]

View File

@@ -28,7 +28,7 @@ services:
test:
[
"CMD-SHELL",
"wget -q --spider http://localhost:${PORT:-3000}/health || exit 1",
"wget -q --spider http://127.0.0.1:${PORT:-3000}/health || exit 1",
]
interval: 10s
timeout: 5s