This commit is contained in:
2025-12-08 16:46:24 +01:00
parent 7b6229bb39
commit cd2dc573f4
2 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
FROM zabbix/zabbix-server-pgsql:alpine-latest
USER root
RUN apk add --no-cache curl
USER zabbix

View File

@@ -48,7 +48,11 @@ services:
extends:
file: logging.yml
service: ${LOGGING:-syslog}
image: ${DOCKER_REGISTRY:-}zabbix/zabbix-server-pgsql:alpine-latest
#image: ${DOCKER_REGISTRY:-}zabbix/zabbix-server-pgsql:alpine-latest
build:
context: .
dockerfile: Dockerfile
image: zabbix-server-custom:latest
volumes:
- /share/docker_data/zabbix-server/server/alertscripts:/usr/lib/zabbix/alertscripts
labels: