From 99bdf70502b8d528cdffc746dc1077e668707f84 Mon Sep 17 00:00:00 2001 From: Artur Date: Thu, 3 Oct 2024 10:38:39 +0200 Subject: [PATCH] proxy-nginx +proxy-net --- deploy-this/deploy-dc.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy-this/deploy-dc.yml b/deploy-this/deploy-dc.yml index 5e69fac..ff450d0 100644 --- a/deploy-this/deploy-dc.yml +++ b/deploy-this/deploy-dc.yml @@ -1,14 +1,14 @@ services: - central-nginx: + proxy-nginx: image: nginx-with-tools - container_name: central-nginx + container_name: proxy-nginx restart: always networks: - - central-net + - proxy-net environment: TZ: Europe/Warsaw @@ -26,7 +26,7 @@ services: - ${DOCKER_DATA}/letsencrypt-tmp:/var/www/certbot/:rw networks: - central-net: - name: central-net + proxy-net: + name: proxy-net external: false # docker compose --profile base --profile base-dv --profile production --file 3.jenkins-with-docker-compose.yml --env-file artik-docker.env up --detach