proxy-nginx +proxy-net

This commit is contained in:
Artur 2024-10-03 10:38:39 +02:00
parent 61ec7264a8
commit 99bdf70502
1 changed files with 5 additions and 5 deletions

View File

@ -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