File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -276,6 +276,20 @@ services:
276276 command : postgres -N 500
277277 volumes :
278278 - ./.pgdata:/var/lib/postgresql/data
279+
280+ keycloak :
281+ profiles :
282+ - keycloak
283+ image : quay.io/keycloak/keycloak:latest
284+ environment :
285+ KEYCLOAK_ADMIN : admin
286+ KEYCLOAK_ADMIN_PASSWORD : admin
287+ ports :
288+ - " 8080:8080"
289+ - " 9990:9990"
290+ command : start-dev --import-realm
291+ volumes :
292+ - ./demo/keycloak:/opt/keycloak/data/import
279293
280294networks :
281295 default :
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ services:
2727 # Application
2828 - HOST=0.0.0.0
2929 - PORT=8081
30- - MODULE_NAME=eoapi.stac .app
30+ - MODULE_NAME=stac_fastapi.pgstac .app
3131 - VARIABLE_NAME=app
3232 # gunicorn
3333 # https://github.com/tiangolo/uvicorn-gunicorn-docker#web_concurrency
@@ -145,18 +145,6 @@ services:
145145 volumes :
146146 - ./.pgdata:/var/lib/postgresql/data
147147
148- keycloak :
149- image : quay.io/keycloak/keycloak:latest
150- environment :
151- KEYCLOAK_ADMIN : admin
152- KEYCLOAK_ADMIN_PASSWORD : admin
153- ports :
154- - " 8080:8080"
155- - " 9990:9990"
156- command : start-dev --import-realm
157- volumes :
158- - ./auth/keycloak:/opt/keycloak/data/import
159-
160148networks :
161149 default :
162150 name : eoapi-network
You can’t perform that action at this time.
0 commit comments