proxy-nginx +proxy-net
This commit is contained in:
parent
61ec7264a8
commit
99bdf70502
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue