feat: 部分应用添加重启规则 (#270)

This commit is contained in:
wanghe 2023-08-01 16:22:43 +08:00 committed by GitHub
parent 780d8dbba2
commit abfd596f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@ services:
kubepi:
image: kubeoperator/kubepi-server:v1.6.5
container_name: ${CONTAINER_NAME}
restart: unless-stopped
restart: always
networks:
- 1panel-network
ports:

View File

@ -3,6 +3,7 @@ services:
rabbitmq:
image: rabbitmq:3.12.2-management-alpine
container_name: ${CONTAINER_NAME}
restart: always
ports:
- ${PANEL_APP_PORT_SERVICE}:5672
- ${PANEL_APP_PORT_HTTP}:15672

View File

@ -3,6 +3,7 @@ services:
zentao:
image: easysoft/zentao:18.5
container_name: ${CONTAINER_NAME}
restart: always
ports:
- ${PANEL_APP_PORT_HTTP}:80
- ${ZENTAO_MYSQL_PORT}:3306