1
0

chore(deps): update moonrailgun/tianji docker tag to v1.31.13 (#4038)

This commit is contained in:
renovate[bot]
2026-02-14 12:57:39 +00:00
committed by GitHub
parent 4269c9d76e
commit 73928f103c
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
services:
tianji:
container_name: ${CONTAINER_NAME}
restart: always
image: moonrailgun/tianji:1.31.13
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:12345
environment:
- DATABASE_URL=postgresql://${PANEL_DB_USER}:${PANEL_DB_USER_PASSWORD}@${PANEL_DB_HOST}:${PANEL_DB_PORT}/${PANEL_DB_NAME}
- JWT_SECRET=${JWT_SECRET}
- ALLOW_REGISTER=${ALLOW_REGISTER}
- ALLOW_OPENAPI=${ALLOW_OPENAPI}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true