Skip to content

Commit a5a24e9

Browse files
committed
update docker compose file
1 parent a2b70a0 commit a5a24e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

languages/go/xorm/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
- ./init-db:/docker-entrypoint-initdb.d
1414
proxy:
1515
container_name: gotest_proxy
16-
image: cipherstash/cipherstash-proxy:cipherstash-proxy-v0.1.0
16+
image: cipherstash/cipherstash-proxy:cipherstash-proxy-v0.3.1
1717
depends_on:
1818
- postgres
1919
ports:
@@ -23,6 +23,7 @@ services:
2323
CS_CLIENT_ACCESS_KEY: $CS_CLIENT_ACCESS_KEY
2424
CS_ENCRYPTION__CLIENT_ID: $CS_ENCRYPTION__CLIENT_ID
2525
CS_ENCRYPTION__CLIENT_KEY: $CS_ENCRYPTION__CLIENT_KEY
26+
CS_ENCRYPTION__DATASET_ID: $CS_ENCRYPTION__DATASET_ID
2627
CS_TEST_ON_CHECKOUT: "true"
2728
CS_AUDIT__ENABLED: "false"
2829
CS_DATABASE__PORT: 5432

0 commit comments

Comments
 (0)