proxy-nginx +proxy-net
This commit is contained in:
parent
61ec7264a8
commit
99bdf70502
|
|
@ -1,14 +1,14 @@
|
||||||
services:
|
services:
|
||||||
|
|
||||||
central-nginx:
|
proxy-nginx:
|
||||||
|
|
||||||
image: nginx-with-tools
|
image: nginx-with-tools
|
||||||
container_name: central-nginx
|
container_name: proxy-nginx
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- central-net
|
- proxy-net
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
TZ: Europe/Warsaw
|
TZ: Europe/Warsaw
|
||||||
|
|
@ -26,7 +26,7 @@ services:
|
||||||
- ${DOCKER_DATA}/letsencrypt-tmp:/var/www/certbot/:rw
|
- ${DOCKER_DATA}/letsencrypt-tmp:/var/www/certbot/:rw
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
central-net:
|
proxy-net:
|
||||||
name: central-net
|
name: proxy-net
|
||||||
external: false
|
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
|
# 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