git://git.halfball.org
/
ansiblebook.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
991743c
)
secret key, dependency
author
Lorin Hochstein
<lhochstein@netflix.com>
Fri, 27 Jan 2017 06:40:20 +0000
(22:40 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Fri, 27 Jan 2017 06:40:44 +0000
(22:40 -0800)
ch13/ansible/container.yml
patch
|
blob
|
history
diff --git
a/ch13/ansible/container.yml
b/ch13/ansible/container.yml
index
16c8d68
..
428e1ce
100644
(file)
--- a/
ch13/ansible/container.yml
+++ b/
ch13/ansible/container.yml
@@
-30,11
+30,13
@@
services:
- "8000"
dev_overrides:
links:
- - memcached
- postgres
+ - memcached
depends_on:
- postgres
+ - memcached
environment:
+ SECRET_KEY: dummysecretkey
DATABASE_NAME: "{{ DATABASE_NAME }}"
DATABASE_USER: "{{ DATABASE_USER }}"
DATABASE_PASSWORD: "{{ DATABASE_PASSWORD }}"