chore(deps): update svhd/logto docker tag to v1.37.1 (localApps) (#4366)
This commit is contained in:
26
apps/logto/1.37.1/docker-compose.yml
Normal file
26
apps/logto/1.37.1/docker-compose.yml
Normal 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}
|
||||
Reference in New Issue
Block a user