From 57bf0df57002deca1897c4475be56f5ce0c4db86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Mon, 18 Aug 2025 19:07:10 +0200 Subject: [PATCH] correction of deploy-dc --- deploy-this/deploy-dc.yml | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/deploy-this/deploy-dc.yml b/deploy-this/deploy-dc.yml index 646edc7..6375920 100755 --- a/deploy-this/deploy-dc.yml +++ b/deploy-this/deploy-dc.yml @@ -10,7 +10,7 @@ services: TZ: Europe/Warsaw NGINX_ENVSUBST_TEMPLATE_DIR: /etc/nginx/templates NGINX_ENVSUBST_OUTPUT_DIR: /etc/nginx/conf.d - NGINX_CACHE_DISK_PATH: "/var/cache/nginx" # Nowa zmienna + NGINX_CACHE_DISK_PATH: "/var/cache/nginx" ports: - "80:80" @@ -18,17 +18,15 @@ services: volumes: # Konfiguracja Nginx - volumes: - - apps-data:/etc/nginx/conf.d:ro - - nginx2GB_cache:/var/cache/nginx2GB - - nginx05GB_cache:/var/cache/nginx05GB - - # Certyfikaty SSL - - ${DOCKER_DATA}/letsencrypt:/letsencrypt:rw - - ${DOCKER_DATA}/letsencrypt-tmp:/var/www/certbot:rw - - - ${DOCKER_DATA}/nginx-logs:/var/log/nginx:rw - + - apps-data:/etc/nginx/conf.d:ro + - nginx2GB_cache:/var/cache/nginx2GB + - nginx05GB_cache:/var/cache/nginx05GB + + # Certyfikaty SSL + - ${DOCKER_DATA}/letsencrypt:/letsencrypt:rw + - ${DOCKER_DATA}/letsencrypt-tmp:/var/www/certbot:rw + + - ${DOCKER_DATA}/nginx-logs:/var/log/nginx:rw volumes: nginx2GB_cache: @@ -44,7 +42,6 @@ volumes: apps-data: external: true - networks: proxy-net: name: proxy-net