@@ -26,7 +26,7 @@ x-netbox: &netbox
2626services :
2727 postgres :
2828 container_name : postgres
29- image : " pgvector/pgvector:pg14 "
29+ image : " pgvector/pgvector:pg17 "
3030 ports :
3131 - " 5432:5432"
3232 environment :
@@ -35,7 +35,7 @@ services:
3535 POSTGRES_DB : orchestrator-core
3636 volumes :
3737 - db-data:/var/lib/postgresql/data/
38- - ./docker/postgresql/init.sql :/docker-entrypoint-initdb.d/init.sql
38+ - ./docker/postgresql:/docker-entrypoint-initdb.d
3939 healthcheck :
4040 test :
4141 [
@@ -53,7 +53,7 @@ services:
5353
5454 redis :
5555 container_name : redis
56- image : docker.io/redis:7.4.2 -alpine
56+ image : docker.io/redis:8 -alpine
5757 command :
5858 - sh
5959 - -c # this is to evaluate the $REDIS_PASSWORD from the env
@@ -90,7 +90,7 @@ services:
9090
9191 federation :
9292 container_name : federation
93- image : ghcr.io/apollographql/router:v1.47.0
93+ image : ghcr.io/apollographql/router:v2.6.2
9494 ports :
9595 - " 4000:4000"
9696 depends_on :
@@ -144,7 +144,7 @@ services:
144144
145145 orchestrator-ui :
146146 container_name : orchestrator-ui
147- image : " ghcr.io/workfloworchestrator/example-orchestrator-ui:3.4.0 " # TODO make it possible to override the tag
147+ image : ${ORCH_UI_TAG:- ghcr.io/workfloworchestrator/example-orchestrator-ui:5. 3.4}
148148 env_file :
149149 - ./docker/orchestrator-ui/orchestrator-ui.env
150150 - path : ./docker/overrides/orchestrator-ui/orchestrator-ui.env
@@ -157,7 +157,7 @@ services:
157157
158158 orchestrator :
159159 container_name : orchestrator
160- image : " ghcr.io/workfloworchestrator/orchestrator-core:latest" # TODO make it possible to override the tag
160+ image : ${ORCH_BACKEND_TAG:- ghcr.io/workfloworchestrator/orchestrator-core:latest}
161161 env_file :
162162 - ./docker/orchestrator/orchestrator.env
163163 - path : ./docker/overrides/orchestrator/orchestrator.env
@@ -202,7 +202,7 @@ services:
202202
203203 lso :
204204 container_name : orchestrator-lso
205- image : orchestrator-lso
205+ # image: orchestrator-lso
206206 profiles :
207207 - lso
208208 build :
@@ -215,8 +215,9 @@ services:
215215 ports :
216216 - " 8001:8000"
217217 volumes :
218- - ./ansible/plays_and_roles:/app/wfo /ansible
218+ - ./ansible/plays_and_roles:/app/demo /ansible/playbooks
219219 - ./ansible/inventory:/opt/ansible_inventory
220+ - ./docker/lso/config.json:/app/config.json
220221
221222 nginx :
222223 container_name : nginx
0 commit comments