Skip to content

Commit 5ca6b1e

Browse files
committed
feat: migrator docs
1 parent 9bb0cf1 commit 5ca6b1e

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

cipherstash-proxy/docker-compose.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)