From: Lorin Hochstein Date: Mon, 1 May 2017 04:18:58 +0000 (-0700) Subject: Add compose stuff to container.yml X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=a5c004b6a74fa332fe81128fc80e66b6369946c1;p=ansiblebook.git Add compose stuff to container.yml --- 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