Update to start without working upstream

This commit is contained in:
2024-01-01 19:34:01 +00:00
parent 7af75ad55d
commit 40f9459826
5 changed files with 15 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
version: '3.4'
project: ssl_nginx
name: ssl_nginx
services:
certbot:
@@ -14,6 +14,7 @@ services:
- letsencrypt:/etc/letsencrypt
depends_on:
- nginx
restart: unless-stopped
nginx:
container_name: 'global-nginx'
@@ -26,13 +27,14 @@ services:
- 443:443
networks:
- hosting_net
restart: unless-stopped
volumes:
ssl:
name: ssl_nginx_ssl
letsencrypt:
name: ssl_nginx_letsencrypt
name: ssl_nginx_letsencrypt
networks:
hosting_net:
external: true
external: true