Skip to content

Instantly share code, notes, and snippets.

@sifue
Created March 29, 2018 08:22
Show Gist options
  • Save sifue/7a6817425faede54441ccd6119cfabde to your computer and use it in GitHub Desktop.
Save sifue/7a6817425faede54441ccd6119cfabde to your computer and use it in GitHub Desktop.
version: '3'
services:
mysql:
image: "mysql:5.7.21"
volumes:
- "~/workspace/nn-douga-mysql:/var/lib/mysql"
container_name: nn-douga-mysql
command: ["mysqld", "--character-set-server=utf8mb4", "--collation-server=utf8mb4_unicode_ci"]
ports:
- "3306:3306"
environment:
MYSQL_ROOT_PASSWORD: mysql
redis:
image: "redis:4.0.6"
container_name: nn-douga-redis
ports:
- "6379:6379"
ffmpeg:
image: "jrottenberg/ffmpeg:3.3"
mp4box:
image: "sambaiz/mp4box"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment