moving to zabbix
This commit is contained in:
parent
ec9710ea18
commit
a96cadd46a
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user