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