1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2025-04-11 15:10:16 +10:00
parent c59fcbb8af
commit b71c0ab050
2 changed files with 0 additions and 29 deletions

View File

@ -1,11 +0,0 @@
server {
listen 80;
location / {
access_log off;
proxy_pass http://docker.med-logic.ru;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host docker.med-logic.ru;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}

View File

@ -1,18 +0,0 @@
version: '3'
services:
docker-registry-proxy:
restart: "always"
image: nginx
container_name: docker-registry-proxy
volumes:
- ./default.conf:/etc/nginx/conf.d/default.conf
ports:
- "840:80"
extra_hosts:
- "docker.med-logic.ru:89.223.70.16"
logging:
driver: "json-file"
options:
max-size: "200k"
max-file: "10"