@@ -3,7 +3,7 @@ services:
33 image : ${OPENEM_BACKEND_IMAGE_NAME}:${OPENEM_IMAGE_TAG}
44 container_name : archiver-service-api
55 build :
6- context : ./backend/api
6+ context : .. /backend/api
77 dockerfile : ./Dockerfile
88 environment :
99 - PREFECT_LOGGING_LEVEL=${PREFECT_LOGGING_LEVEL}
@@ -120,7 +120,7 @@ services:
120120 image : ${PREFECT_CONFIG_IMAGE_NAME}:${OPENEM_IMAGE_TAG:-latest}
121121 container_name : prefect-config
122122 build :
123- context : ./backend/
123+ context : .. /backend/
124124 dockerfile : ./prefect/config.Dockerfile
125125 args :
126126 PREFECT_VERSION : ${PREFECT_VERSION}
@@ -146,7 +146,7 @@ services:
146146 source : ${PREFECT_VARS_FILE}
147147 target : /var/local/vars.toml
148148 - type : bind
149- source : ./backend/prefect/concurrency-limits.toml
149+ source : .. /backend/prefect/concurrency-limits.toml
150150 target : /var/local/concurrency-limits.toml
151151 command : " -v /var/local/vars.toml -s MINIO_USER_FILE MINIO_PASSWORD_FILE GITHUB_USER_FILE GITHUB_PASSWORD_FILE SCICAT_USER_FILE SCICAT_PASSWORD_FILE -l /var/local/concurrency-limits.toml"
152152 depends_on :
@@ -163,7 +163,7 @@ services:
163163 # Uses the runtime image: prefect will import the code and there it needs all packages installed
164164 image : ${PREFECT_RUNTIME_IMAGE_NAME}:${OPENEM_IMAGE_TAG:-latest}
165165 build :
166- context : ./backend/archiver
166+ context : .. /backend/archiver
167167 dockerfile : ../prefect/runtime.Dockerfile
168168 args :
169169 LTS_ROOT_FOLDER : ${LTS_ROOT_FOLDER}
@@ -201,16 +201,22 @@ services:
201201 - " traefik.enable=false"
202202volumes :
203203 lts-mock-volume :
204- driver : local
204+ name : scopemarchiver_lts-mock-volume
205+ # driver: local
206+ external : true
205207 nfs-lts-share :
206208 driver_opts :
207209 type : " nfs"
208210 o : " nfsvers=3,addr=lts22,nolock"
209211 device : " :/scopem_lts_nfs_test_lts22"
210212 postgres-volume-new :
211- driver : local
213+ name : scopemarchiver_postgres-volume-new
214+ # driver: local
215+ external : true
212216 prefect-volume-new :
213- driver : local
217+ name : scopemarchiver_prefect-volume-new
218+ # driver: local
219+ external : true
214220
215221secrets :
216222 postgres_user :
0 commit comments