We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fddf99 commit 22a35dfCopy full SHA for 22a35df
1 file changed
tests/docker-compose.yml
@@ -64,6 +64,7 @@ services:
64
- CS_CLIENT_ID=${CS_CLIENT_ID}
65
- CS_PROMETHEUS__ENABLED=${CS_PROMETHEUS__ENABLED:-true}
66
- CS_SERVER__WORKER_THREADS=${CS_SERVER__WORKER_THREADS:-4}
67
+ - CS_REGION=${CS_REGION}
68
networks:
69
- postgres
70
deploy:
@@ -99,6 +100,7 @@ services:
99
100
- CS_TLS__PRIVATE_KEY_PATH=${CS_TLS__PRIVATE_KEY:-/etc/cipherstash-proxy/server.key}
101
- CS_SERVER__REQUIRE_TLS=true
102
103
104
105
volumes:
106
- ./tls/server.cert:/etc/cipherstash-proxy/server.cert
0 commit comments