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:
8000fc4
)
Add compose stuff to container.yml
author
Lorin Hochstein
<lhochstein@netflix.com>
Mon, 1 May 2017 04:18:58 +0000
(21:18 -0700)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Mon, 1 May 2017 04:18:58 +0000
(21:18 -0700)
ans-con/container.yml
patch
|
blob
|
history
diff --git
a/ans-con/container.yml
b/ans-con/container.yml
index
8b53ed8
..
139879d
100644
(file)
--- a/
ans-con/container.yml
+++ b/
ans-con/container.yml
@@
-6,6
+6,17
@@
services:
from: nginx
roles:
- ghost-nginx
+ ports:
+ - "8443:443"
+ - "8000:80"
+ volumes:
+ - ${PWD}/certs:/certs
+ links:
+ - ghost
+ ghost:
+ from: ghost
+ volumes:
+ - ${PWD}/ghostdata:/var/lib/ghost
registries:
docker:
namespace: ansiblebook