Skip to content

Instantly share code, notes, and snippets.

@AlicanAkkus
Last active May 29, 2017 09:49
Show Gist options
  • Save AlicanAkkus/1c69105393065d563cf5c261793e12cd to your computer and use it in GitHub Desktop.
Save AlicanAkkus/1c69105393065d563cf5c261793e12cd to your computer and use it in GitHub Desktop.
version: '3'
services:
mysql:
image: mysql
ports:
- 3306:3306
environment:
MYSQL_ROOT_PASSWORD: "password"
volumes:
- /var/lib/mysql
redis:
image: redis
ports:
- 6379:6379
volumes:
- /var/lib/redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment