Skip to content

Commit 373493b

Browse files
committed
🔧(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.
1 parent afbacb0 commit 373493b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

compose.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ services:
7272
- env.d/development/postgresql.local
7373
ports:
7474
- "8071:8000"
75+
networks:
76+
- default
77+
- lasuite-net
7578
volumes:
7679
- ./src/backend:/app
7780
- ./data/static:/data/static
@@ -219,3 +222,8 @@ services:
219222
kc_postgresql:
220223
condition: service_healthy
221224
restart: true
225+
226+
networks:
227+
lasuite-net:
228+
name: lasuite-net
229+
driver: bridge

0 commit comments

Comments
 (0)