Created
November 9, 2018 08:49
-
-
Save yurenju/502ca1c57fee3488e7082b3298e6e129 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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