We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b70a0 commit a5a24e9Copy full SHA for a5a24e9
languages/go/xorm/docker-compose.yml
@@ -13,7 +13,7 @@ services:
13
- ./init-db:/docker-entrypoint-initdb.d
14
proxy:
15
container_name: gotest_proxy
16
- image: cipherstash/cipherstash-proxy:cipherstash-proxy-v0.1.0
+ image: cipherstash/cipherstash-proxy:cipherstash-proxy-v0.3.1
17
depends_on:
18
- postgres
19
ports:
@@ -23,6 +23,7 @@ services:
23
CS_CLIENT_ACCESS_KEY: $CS_CLIENT_ACCESS_KEY
24
CS_ENCRYPTION__CLIENT_ID: $CS_ENCRYPTION__CLIENT_ID
25
CS_ENCRYPTION__CLIENT_KEY: $CS_ENCRYPTION__CLIENT_KEY
26
+ CS_ENCRYPTION__DATASET_ID: $CS_ENCRYPTION__DATASET_ID
27
CS_TEST_ON_CHECKOUT: "true"
28
CS_AUDIT__ENABLED: "false"
29
CS_DATABASE__PORT: 5432
0 commit comments