Skip to content

Instantly share code, notes, and snippets.

View coip's full-sized avatar
💭
( ͡° ͜ʖ ͡°)

e coip

💭
( ͡° ͜ʖ ͡°)
View GitHub Profile
@coip
coip / docker-compose.yml
Created February 21, 2022 22:45 — forked from thejmazz/docker-compose.yml
Example using docker compose v2 health check depends on and tmpfs to store Vault secrets ephemeral with container
version: '2.3'
services:
init:
image: vault
container_name: minio_init
environment:
VAULT_ADDR: https://10.110.1.9:8200
VAULT_CACERT: /run/secrets/chain.pem
volumes: