mirror of
https://github.com/Thumbscrew/zabbix-server-docker-compose.git
synced 2025-01-18 09:35:47 +00:00
Thumbscrew
9a228ecec5
* move postgres to separate compose file * set default value for external proxy network * bump postgres tag to 14
11 lines
172 B
Plaintext
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" |