zabbix-server-docker-compose/.env.example
Thumbscrew 9a228ecec5
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
2023-02-17 23:18:46 +00:00

11 lines
172 B
Plaintext

# Docker
VOLUME_PATH=/data/zabbix
DOCKER_PROXY_NETWORK=proxy
# PostgreSQL
POSTGRES_TAG=14
POSTGRES_HOST=db
# Zabbix
ZABBIX_TAG=5.4-alpine-latest
ZABBIX_TZ="Europe/London"