Skip to content

Instantly share code, notes, and snippets.

@yurenju
Created November 9, 2018 08:49
Show Gist options
  • Save yurenju/502ca1c57fee3488e7082b3298e6e129 to your computer and use it in GitHub Desktop.
Save yurenju/502ca1c57fee3488e7082b3298e6e129 to your computer and use it in GitHub Desktop.
version: '3'
services:
vault:
image: vault:0.11.4
cap_add:
- IPC_LOCK
environment:
- VAULT_DEV_ROOT_TOKEN_ID=${VAULT_TOKEN}
ports:
- 8200:8200
mysql:
image: mysql:5.7
environment:
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}
ports:
- 3306:3306
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment