mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-17 09:47:12 +08:00
feat: update tianji 1.24.27
This commit is contained in:
19
apps/tianji/1.24.27/docker-compose.yml
Normal file
19
apps/tianji/1.24.27/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
tianji:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
image: moonrailgun/tianji:1.24.27
|
||||
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
|
||||
Reference in New Issue
Block a user