1
0

Migration to new deployment system

This commit is contained in:
nicolas.dorier
2018-05-19 14:50:48 +09:00
parent edc7e07988
commit 7b3faa71c2
33 changed files with 501 additions and 197 deletions

View File

@@ -2,7 +2,7 @@ version: "3"
services:
nginx:
restart: always
restart: unless-stopped
image: nginx
container_name: nginx
ports:
@@ -17,7 +17,7 @@ services:
- btcpayserver
nginx-gen:
restart: always
restart: unless-stopped
image: jwilder/docker-gen
container_name: nginx-gen
volumes:
@@ -32,7 +32,7 @@ services:
- nginx
letsencrypt-nginx-proxy-companion:
restart: always
restart: unless-stopped
image: jrcs/letsencrypt-nginx-proxy-companion
container_name: letsencrypt-nginx-proxy-companion
volumes: