fix: attach launcher to engine network
This commit is contained in:
parent
5206552a7a
commit
24569132c4
|
|
@ -25,7 +25,6 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- edge
|
- edge
|
||||||
- identity
|
- identity
|
||||||
- engine
|
|
||||||
|
|
||||||
launcher:
|
launcher:
|
||||||
image: nodedc/launcher:local
|
image: nodedc/launcher:local
|
||||||
|
|
@ -52,6 +51,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- edge
|
- edge
|
||||||
- identity
|
- identity
|
||||||
|
- engine
|
||||||
|
|
||||||
postgresql-authentik:
|
postgresql-authentik:
|
||||||
image: postgres:16-alpine
|
image: postgres:16-alpine
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue