feat: move postgres to separate compose file (#1)

* move postgres to separate compose file

* set default value for external proxy network

* bump postgres tag to 14
This commit is contained in:
2023-02-17 23:18:46 +00:00
committed by GitHub
parent bbbaec0fcf
commit 9a228ecec5
3 changed files with 40 additions and 24 deletions

View File

@ -3,7 +3,8 @@ VOLUME_PATH=/data/zabbix
DOCKER_PROXY_NETWORK=proxy
# PostgreSQL
POSTGRES_TAG=13
POSTGRES_TAG=14
POSTGRES_HOST=db
# Zabbix
ZABBIX_TAG=5.4-alpine-latest