This commit is contained in:
2022-04-18 11:21:20 +08:00
commit 45a7af638f
210 changed files with 8997 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
version: "3.7"
services:
zabbix:
image: harbor.colben.cn/general/zabbix
container_name: zabbix
restart: "on-failure"
stop_grace_period: 1m
ports:
- 80:80
- 10051:10051
volumes:
- type: bind
source: ./mysql/db
target: /var/lib/mysql
- type: bind
source: ./mysql/log
target: /var/log/mysql
- type: bind
source: ./php7/log
target: /var/log/php7
- type: bind
source: ./nginx/log
target: /var/log/nginx
- type: bind
source: ./zabbix/log
target: /var/log/zabbix