Skip to content

Commit

Permalink
updated dockercompose
Browse files Browse the repository at this point in the history
  • Loading branch information
TanmoySG committed Sep 15, 2023
1 parent 2a1121e commit 1ceff49
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docker-compose.debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ services:
- ADMIN_ID=${ADMIN_ID}
- ADMIN_PASSWORD=${ADMIN_PASSWORD}
# optional wdb-tools usage field - pass without quotes ("")
- USE_TOOL=false
- TOOL_INSTRUCTION=/tools/roles_hidden_field_update -f /wfs/roles/roles_persisted.json true
- USE_TOOL=true
- TOOL_INSTRUCTION=/tools/migrate_databases_primary_key
volumes:
- ./local_wdb/wfs:/wfs
- ./local_wdb/txlogs:/root/wdb/txlogs
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ services:
- ADMIN_ID=${ADMIN_ID}
- ADMIN_PASSWORD=${ADMIN_PASSWORD}
# optional wdb-tools usage field - pass without quotes ("")
- USE_TOOL=false
- TOOL_INSTRUCTION=/tools/roles_hidden_field_update -f /wfs/roles/roles_persisted.json true
- USE_TOOL=true
- TOOL_INSTRUCTION=/tools/migrate_databases_primary_key
volumes:
- ./local_wdb/wfs:/wfs
- ./local_wdb/txlogs:/root/wdb/txlogs
Expand Down
7 changes: 3 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
wunderdb:
image: ghcr.io/tanmoysg/wunderdb:v1.3.3
image: ghcr.io/tanmoysg/wunderdb:latest
container_name: wunderdb
ports:
- 8086:8086
Expand All @@ -12,9 +12,8 @@ services:
- ADMIN_ID=${ADMIN_ID}
- ADMIN_PASSWORD=${ADMIN_PASSWORD}
# optional wdb-tools usage field - pass without quotes ("")
- USE_TOOL=false
- TOOL_INSTRUCTION=/tools/roles_hidden_field_update -f /wfs/roles/roles_persisted.json true

- USE_TOOL=true
- TOOL_INSTRUCTION=/tools/migrate_databases_primary_key
volumes:
- ./local_wdb/wfs:/wfs
- ./local_wdb/txlogs:/root/wdb/txlogs
Expand Down

0 comments on commit 1ceff49

Please sign in to comment.