--- networks: infra_dev_net: external: true volumes: nagios-var: driver: local services: nagios: build: dockerfile: Dockerfile container_name: nagios image: docker-registry1.in.thelinuxpro.net:5000/tlp/nagios:241230.0.12 networks: infra_dev_net: ipv4_address: 10.99.23.36 restart: always volumes: - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro - nagios-var:/opt/nagios/var