Skip to content

Commit

Permalink
Fix V2 platform tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles committed Jan 25, 2024
1 parent 8d51205 commit df17057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/plat2-v2.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ services:
OASIS_MODEL_SUPPLIER_ID: OasisLMF
OASIS_MODEL_ID: PiWind
OASIS_MODEL_VERSION_ID: 1
OASIS_API_VERSION: ${WORKER_API_VER:-v1}
OASIS_RUN_MODE: ${WORKER_API_VER:-v1}
volumes:
- ../:/home/worker/model
- filestore-OasisData:/shared-fs:rw
Expand Down
2 changes: 1 addition & 1 deletion docker/plat2-v2.s3.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ services:
OASIS_MODEL_SUPPLIER_ID: OasisLMF
OASIS_MODEL_ID: PiWind
OASIS_MODEL_VERSION_ID: 1
OASIS_API_VERSION: ${WORKER_API_VER:-v1}
OASIS_RUN_MODE: ${WORKER_API_VER:-v1}
volumes:
- ../:/home/worker/model
server-db:
Expand Down

0 comments on commit df17057

Please sign in to comment.