Skip to content

Instantly share code, notes, and snippets.

@Mishco
Created June 2, 2022 07:37
Show Gist options
  • Save Mishco/3f34f847fe43b4d2f9c3c34a704bf2b5 to your computer and use it in GitHub Desktop.
Save Mishco/3f34f847fe43b4d2f9c3c34a704bf2b5 to your computer and use it in GitHub Desktop.
version: '3.6'
services:
vault:
image: vault:latest
container_name: vault
restart: on-failure:10
ports:
- "8201:8201"
environment:
VAULT_ADDR: 'https://0.0.0.0:8201'
cap_add:
- IPC_LOCK
volumes:
- vault-volume:/data
healthcheck:
retries: 5
command: ./workflow-vault.sh
networks:
- sk_cloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment