docker-compose-hb1-postgres.yaml aktualisiert
This commit is contained in:
parent
cffab3178c
commit
f9df4dbbf5
|
|
@ -20,6 +20,7 @@ services:
|
|||
DB_POSTGRES_NAME: 'npm'
|
||||
# Uncomment this if IPv6 is not enabled on your host
|
||||
DISABLE_IPV6: 'true'
|
||||
IP_RANGES_FETCH_ENABLED: 'false'
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./letsencrypt:/etc/letsencrypt
|
||||
|
|
@ -28,6 +29,8 @@ services:
|
|||
networks:
|
||||
- npm-nw
|
||||
- npm-internal
|
||||
dns:
|
||||
172.30.30.3
|
||||
|
||||
npm-db:
|
||||
image: postgres:latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user