#113 Fix missing network declaration
This commit is contained in:
parent
43aa4fb0d1
commit
28add60e91
@ -13,6 +13,7 @@ services:
|
|||||||
web:
|
web:
|
||||||
aliases:
|
aliases:
|
||||||
- keycloak
|
- keycloak
|
||||||
|
keycloak:
|
||||||
restart: "no"
|
restart: "no"
|
||||||
command: start-dev --hostname-url=https://keycloak.jafner.net --proxy=passthrough
|
command: start-dev --hostname-url=https://keycloak.jafner.net --proxy=passthrough
|
||||||
env_file:
|
env_file:
|
||||||
@ -74,6 +75,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
web:
|
web:
|
||||||
external: true
|
external: true
|
||||||
|
keycloak:
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
postgres_data:
|
postgres_data:
|
Loading…
x
Reference in New Issue
Block a user