del
This commit is contained in:
parent
c59fcbb8af
commit
b71c0ab050
|
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -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"
|
|
||||||
Loading…
Reference in New Issue