From a5c004b6a74fa332fe81128fc80e66b6369946c1 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sun, 30 Apr 2017 21:18:58 -0700 Subject: [PATCH] Add compose stuff to container.yml --- ans-con/container.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ans-con/container.yml b/ans-con/container.yml index 8b53ed8..139879d 100644 --- 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 -- 2.44.0