mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2026-08-16 16:32:50 +01:00
changed to host network for db build to bypass MTU drops
This commit is contained in:
@@ -60,7 +60,9 @@ services:
|
||||
ports:
|
||||
- "${DOCKER_SERVICES_IP_BIND:-127.0.0.1}:6379:6379"
|
||||
db:
|
||||
build: ./docker/postgres
|
||||
build:
|
||||
context: ./docker/postgres
|
||||
network: host
|
||||
restart: "unless-stopped"
|
||||
environment:
|
||||
- "POSTGRES_USER=${POSTGRES_USER:-i-form-data-repository}"
|
||||
|
||||
Reference in New Issue
Block a user