🔧(compose) configure external network for communication with search
Search in Docs relies on an external project like "La Suite Find". We need to declare a common external network in order to connect to the search app and index our documents.
This commit is contained in:
committed by
Quentin BEY
parent
23216d549e
commit
4dc3322b0d
@@ -72,6 +72,9 @@ services:
|
|||||||
- env.d/development/postgresql.local
|
- env.d/development/postgresql.local
|
||||||
ports:
|
ports:
|
||||||
- "8071:8000"
|
- "8071:8000"
|
||||||
|
networks:
|
||||||
|
- default
|
||||||
|
- lasuite-net
|
||||||
volumes:
|
volumes:
|
||||||
- ./src/backend:/app
|
- ./src/backend:/app
|
||||||
- ./data/static:/data/static
|
- ./data/static:/data/static
|
||||||
@@ -217,3 +220,8 @@ services:
|
|||||||
kc_postgresql:
|
kc_postgresql:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
restart: true
|
restart: true
|
||||||
|
|
||||||
|
networks:
|
||||||
|
lasuite-net:
|
||||||
|
name: lasuite-net
|
||||||
|
driver: bridge
|
||||||
|
|||||||
Reference in New Issue
Block a user