moving to zabbix

This commit is contained in:
fossilfranv 2020-10-20 10:05:08 -07:00
parent ec9710ea18
commit a96cadd46a

View File

@ -3,6 +3,8 @@ services:
wallabag:
image: wallabag/wallabag
environment:
- PUID=1002
- PGID=1002
- MYSQL_ROOT_PASSWORD=wallaroot
- SYMFONY__ENV__DATABASE_DRIVER=pdo_mysql
- SYMFONY__ENV__DATABASE_HOST=db
@ -25,13 +27,15 @@ services:
# - "9003:80"
networks:
wallabag_back:
franvproxy_proxy-tier:
franvproxy_test_proxy-tier:
volumes:
- ./images:/var/www/wallabag/web/assets/images
db:
image: mariadb
environment:
- PUID=1002
- PGID=1002
- MYSQL_ROOT_PASSWORD=wallaroot
volumes:
- ./data:/var/lib/mysql
@ -43,6 +47,6 @@ services:
networks:
wallabag_back:
franvproxy_proxy-tier:
franvproxy_test_proxy-tier:
external: true