From 99b4a6406ddc3f2417935552ab270788125e7948 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Tue, 2 May 2017 21:55:15 -0700 Subject: [PATCH] volumes --- ans-con/container.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/ans-con/container.yml b/ans-con/container.yml index 139879d..e945034 100644 --- a/ans-con/container.yml +++ b/ans-con/container.yml @@ -4,19 +4,22 @@ settings: services: ac-nginx: from: nginx + command: [nginx, -g, daemon off;] roles: - ghost-nginx ports: - "8443:443" - "8000:80" - volumes: - - ${PWD}/certs:/certs - links: - - ghost + dev_overrides: + volumes: + - $PWD/certs:/certs + links: + - ghost ghost: from: ghost - volumes: - - ${PWD}/ghostdata:/var/lib/ghost + dev_overrides: + volumes: + - $PWD/ghostdata:/var/lib/ghost registries: docker: namespace: ansiblebook -- 2.44.0