mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 10:24:53 +01:00
build
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
networks:
|
||||
zabbix:
|
||||
driver: overlay
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 192.168.89.0/28
|
||||
driver: default
|
||||
|
||||
services:
|
||||
db-server:
|
||||
env_file:
|
||||
@@ -12,7 +9,6 @@ services:
|
||||
image: ${DOCKER_REGISTRY:-}postgres:16-alpine
|
||||
networks:
|
||||
zabbix:
|
||||
ipv4_address: 192.168.89.4
|
||||
ports:
|
||||
- target: 5432
|
||||
published: 5432
|
||||
|
||||
Reference in New Issue
Block a user