diff --git a/.env.example b/.env.example index f7a658c..78ae45b 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,6 @@ # Docker VOLUME_PATH=/data/zabbix +DOCKER_PROXY_NETWORK=proxy # PostgreSQL POSTGRES_TAG=13 diff --git a/docker-compose.yaml b/docker-compose.yaml index 126a6fb..9d5c84c 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -10,6 +10,9 @@ networks: database: web: agent: + proxy: + external: true + name: ${DOCKER_PROXY_NETWORK} services: postgres-server: @@ -60,6 +63,7 @@ services: image: zabbix/zabbix-web-nginx-pgsql:${ZABBIX_TAG} restart: unless-stopped networks: + - proxy - database - web secrets: