add cloudflared to vault
This commit is contained in:
6
black-start/services/vault/.gitignore
vendored
6
black-start/services/vault/.gitignore
vendored
@@ -1,4 +1,2 @@
|
|||||||
logs/
|
secrets/
|
||||||
data/
|
.env
|
||||||
certs/
|
|
||||||
file/
|
|
||||||
@@ -1,4 +1,9 @@
|
|||||||
services:
|
services:
|
||||||
|
cloudflared:
|
||||||
|
image: cloudflare/cloudflared:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
command: tunnel run weyma-vault
|
||||||
|
env_file: ".env"
|
||||||
vault:
|
vault:
|
||||||
image: hashicorp/vault:1.18
|
image: hashicorp/vault:1.18
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user