appstore-1panel/apps/zentao/18.9/docker-compose.yml

19 lines
378 B
YAML
Raw Normal View History

2023-05-24 11:28:23 +08:00
version: '3.0'
services:
zentao:
image: hub.zentao.net/app/zentao:18.9
2023-05-24 11:28:23 +08:00
container_name: ${CONTAINER_NAME}
restart: always
2023-05-24 11:28:23 +08:00
ports:
- ${PANEL_APP_PORT_HTTP}:80
volumes:
2023-09-11 18:30:28 +08:00
- ./data:/data
2023-05-24 11:28:23 +08:00
environment:
2023-09-11 18:30:28 +08:00
- MYSQL_INTERNAL=true
2023-05-24 11:28:23 +08:00
networks:
- 1panel-network
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true