1
0

chore(deps): update svhd/logto docker tag to v1.37.1 (localApps) (#4366)

This commit is contained in:
renovate[bot]
2026-03-06 07:40:27 +00:00
committed by GitHub
parent e0475a5ee8
commit d9596cccac
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,26 @@
networks:
1panel-network:
external: true
services:
logto:
image: svhd/logto:1.37.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_API}:3001
- ${PANEL_APP_PORT_HTTP}:3002
entrypoint: [ "sh", "-c", "npm run cli db seed -- --swe && npm start" ]
environment:
- NODE_ENV=production
- PORT=3001
- ADMIN_PORT=3002
- TRUST_PROXY_HEADER=true
- CASE_SENSITIVE_USERNAME=true
- DB_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_NAME}
- ENDPOINT=${ENDPOINT}
- ADMIN_ENDPOINT=${ADMIN_ENDPOINT}