feat:调整tianji细节
This commit is contained in:
20
apps/tianji/latest/docker-compose.yml
Normal file
20
apps/tianji/latest/docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
version: '3'
|
||||
services:
|
||||
tianji:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
image: moonrailgun/tianji:latest
|
||||
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