Loading deploy/docker-compose.tmpl.yml +4 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ services: published: 443 mode: host volumes: - cache-vol:/var/nginx/cache - acme-vol:/var/www/html secrets: - source: cert-chain Loading Loading @@ -47,6 +48,9 @@ networks: external: true volumes: cache-vol: name: cache-vol acme-vol: name: acme-vol Loading Loading
deploy/docker-compose.tmpl.yml +4 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ services: published: 443 mode: host volumes: - cache-vol:/var/nginx/cache - acme-vol:/var/www/html secrets: - source: cert-chain Loading Loading @@ -47,6 +48,9 @@ networks: external: true volumes: cache-vol: name: cache-vol acme-vol: name: acme-vol Loading