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 9bb0cf1 commit 5ca6b1eCopy full SHA for 5ca6b1e
cipherstash-proxy/docker-compose.yaml
@@ -0,0 +1,12 @@
1
+name: eql
2
+services:
3
+ cipherstash-proxy:
4
+ container_name: eql-cipherstash-proxy
5
+ ports:
6
+ - 6432:6432
7
+ environment:
8
+ - CS_STATEMENT_HANDLER=mylittleproxy
9
+ - LOG_LEVEL=debug
10
+ volumes:
11
+ - ./cipherstash-proxy.toml:/etc/cipherstash-proxy/cipherstash-proxy.toml
12
+ image: cipherstash/cipherstash-proxy:cipherstash-proxy-v0.1.1
cipherstash-proxy/start.sh
0 commit comments