dev #3

Merged
mpavlov merged 28 commits from dev into master 2024-07-11 01:21:55 +03:00
7 changed files with 195 additions and 59 deletions
Showing only changes of commit b8e8a3d781 - Show all commits

View File

@@ -3,7 +3,7 @@ version: '3.3'
services:
nginx:
image: nginx:latest
container_name: nginx
container_name: rproxy
restart: always
volumes:
- {{ rproxy_dir }}/nginx.conf:/etc/nginx/nginx.conf

View File

@@ -21,4 +21,5 @@ subjectAltName = @sans
[ sans ]
DNS.1 = {{ rproxy_service_name }}.{{ domain.stdout }}
DNS.2 = jenkins-master.{{ domain.stdout }}
IP.1 = {{ rproxy_service_address }}