mirror of
https://github.com/Thumbscrew/zabbix-server-docker-compose.git
synced 2025-07-03 19:39:05 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user