forked from rorlakr/rorla
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfig.yml
More file actions
36 lines (33 loc) · 741 Bytes
/
fig.yml
File metadata and controls
36 lines (33 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 맥의 볼륨을 바로 마운트 하면 "Waiting for confirmation of MySQL service startup" 오류 발생. https://github.com/tutumcloud/tutum-docker-mysql/issues/11
mysqldata:
image: busybox
volumes:
- /var/lib/mysql
mysql:
image: tutum/mysql
ports:
- "3306:3306"
volumes_from:
- mysqldata
environment:
MYSQL_USERNAME: admin
MYSQL_PASS: yourpassword
uploads:
image: busybox
volumes:
- /app/public/uploads
web:
build: .
volumes_from:
- uploads
ports:
- "80:80"
links:
- mysql
environment:
SECRET_KEY_BASE: secretkey
MANDRILL_USERNAME: email@email.com
MANDRILL_APIKEY: password
RORLA_HOST: localhost
RORLA_LOGENTRIES_TOKEN: key
MAILCHIMP_API_KEY: key