moving to zabbix

This commit is contained in:
fossilfranv 2020-10-20 10:09:20 -07:00
parent 10bb8851d5
commit 0f25c1454c

View File

@ -9,6 +9,8 @@ services:
- ./db:/var/lib/mysql
environment:
- MYSQL_ROOT_PASSWORD=5zSccsK<Dt;Ub[pa
- PUID=1002
- PGID=1002
env_file:
- db.env
networks:
@ -24,6 +26,8 @@ services:
- ./nextcloud:/var/www/html
- ./php.ini:/usr/local/etc/php/conf.d/zzz-custom.ini
environment:
- PUID=1002
- PGID=1002
- MYSQL_HOST=db
- VIRTUAL_HOST=next.airdog.site
- LETSENCRYPT_HOST=next.airdog.site
@ -35,13 +39,12 @@ services:
- db
networks:
backend_next:
franvproxy_proxy-tier:
franvproxy_test_proxy-tier:
networks:
backend_next:
driver: bridge
franvproxy_proxy-tier:
franvproxy_test_proxy-tier:
external: true
#volumes:
# db: