mirror of
https://github.com/valitydev/wapi-lib.git
synced 2024-11-07 10:38:52 +00:00
[WIP] Fix cds init in docker-compose
This commit is contained in:
parent
e397978491
commit
76c47459a7
@ -11,7 +11,7 @@ services:
|
|||||||
working_dir: $PWD
|
working_dir: $PWD
|
||||||
command: |
|
command: |
|
||||||
bash -c '{
|
bash -c '{
|
||||||
woorl -s _checkouts/dmsl/proto/cds.thrift http://cds:8022/v1/keyring Keyring Init 1 1 || true;
|
woorl -s _build/default/lib/dmsl/proto/cds.thrift http://cds:8022/v1/keyring Keyring Init 1 1 || true;
|
||||||
exec /sbin/init
|
exec /sbin/init
|
||||||
}'
|
}'
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user