mirror of
				https://gitlab.sectorq.eu/home/docker-compose.git
				synced 2025-10-31 02:21:10 +01:00 
			
		
		
		
	alias
This commit is contained in:
		| @@ -26,7 +26,7 @@ services: | |||||||
|       # - homepage.widget.fields=["field1","field2"] # optional |       # - homepage.widget.fields=["field1","field2"] # optional | ||||||
|     networks: |     networks: | ||||||
|       zabbix: |       zabbix: | ||||||
|         ipv4_address: 192.168.89.21 |         ipv4_address: 192.168.89.2 | ||||||
|   zabbix-frontend: |   zabbix-frontend: | ||||||
|     image: zabbix/zabbix-web-nginx-pgsql:alpine-latest |     image: zabbix/zabbix-web-nginx-pgsql:alpine-latest | ||||||
|     ports: |     ports: | ||||||
| @@ -45,7 +45,7 @@ services: | |||||||
|       com.centurylinklabs.watchtower.enable: true |       com.centurylinklabs.watchtower.enable: true | ||||||
|     networks: |     networks: | ||||||
|       zabbix: |       zabbix: | ||||||
|         ipv4_address: 192.168.89.31 |         ipv4_address: 192.168.89.3 | ||||||
|   db-server: |   db-server: | ||||||
|     image: postgres:16-alpine |     image: postgres:16-alpine | ||||||
|     ports: |     ports: | ||||||
| @@ -59,11 +59,11 @@ services: | |||||||
|       com.centurylinklabs.watchtower.enable: true |       com.centurylinklabs.watchtower.enable: true | ||||||
|     networks: |     networks: | ||||||
|       zabbix: |       zabbix: | ||||||
|         ipv4_address: 192.168.89.41 |         ipv4_address: 192.168.89.4 | ||||||
| networks: | networks: | ||||||
|   zabbix: # here we set the network name |   zabbix: # here we set the network name | ||||||
|     driver: bridge |     driver: bridge | ||||||
|     ipam: |     ipam: | ||||||
|       driver: default |       driver: default | ||||||
|       config: |       config: | ||||||
|         - subnet:  192.168.89.0/24 |         - subnet:  192.168.89.0/28 | ||||||
		Reference in New Issue
	
	Block a user