mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
alias
This commit is contained in:
@ -26,7 +26,7 @@ services:
|
||||
# - homepage.widget.fields=["field1","field2"] # optional
|
||||
networks:
|
||||
zabbix:
|
||||
ipv4_address: 192.168.80.2
|
||||
ipv4_address: 192.168.81.2
|
||||
zabbix-frontend:
|
||||
image: zabbix/zabbix-web-nginx-pgsql:alpine-latest
|
||||
ports:
|
||||
@ -45,7 +45,7 @@ services:
|
||||
com.centurylinklabs.watchtower.enable: true
|
||||
networks:
|
||||
zabbix:
|
||||
ipv4_address: 192.168.80.3
|
||||
ipv4_address: 192.168.81.3
|
||||
db-server:
|
||||
image: postgres:16-alpine
|
||||
ports:
|
||||
@ -59,11 +59,11 @@ services:
|
||||
com.centurylinklabs.watchtower.enable: true
|
||||
networks:
|
||||
zabbix:
|
||||
ipv4_address: 192.168.80.4
|
||||
ipv4_address: 192.168.81.4
|
||||
networks:
|
||||
zabbix: # here we set the network name
|
||||
driver: bridge
|
||||
ipam:
|
||||
driver: default
|
||||
config:
|
||||
- subnet: 192.168.80.0/24
|
||||
- subnet: 192.168.81.0/24
|
Reference in New Issue
Block a user