Изменения документа Nginx auto proxy for containers

Редактировал(а) Alexandr Fokin 2024/11/23 17:34

<
От версии < 1.3 >
отредактировано Alexandr Fokin
на 2024/11/23 17:09
К версии < 1.4 >
отредактировано Alexandr Fokin
на 2024/11/23 17:12
>
Изменить комментарий: К данной версии нет комментариев

Комментарий

Подробности

Свойства страницы
Содержимое
... ... @@ -20,9 +20,16 @@
20 20  [[https:~~/~~/andreyex.ru/linux/ispolzovanie-docker-dlya-nastrojki-obratnogo-proksi-nginx-s-avtomaticheskoj-generatsiej-ssl/>>https://andreyex.ru/linux/ispolzovanie-docker-dlya-nastrojki-obratnogo-proksi-nginx-s-avtomaticheskoj-generatsiej-ssl/]]
21 21  |Using Docker to Set up Nginx Reverse Proxy With Auto SSL Generation
22 22  [[https:~~/~~/roman-academy.medium.com/using-docker-to-set-up-nginx-reverse-proxy-with-auto-ssl-generation-3a8a360b69ae>>https://roman-academy.medium.com/using-docker-to-set-up-nginx-reverse-proxy-with-auto-ssl-generation-3a8a360b69ae]]
23 -|
23 +|How to bring up a reverse proxy using the jwilder/nginx-proxy
24 +[[https:~~/~~/docs.exalate.com/docs/scripts-how-to-bring-up-a-reverse-proxy-using-the-jwildernginx-proxy>>https://docs.exalate.com/docs/scripts-how-to-bring-up-a-reverse-proxy-using-the-jwildernginx-proxy]]
24 24  )))
25 -|(% style="width:81px" %) |(% style="width:1369px" %){{code language="yaml"}}services:
26 +|(% style="width:81px" %) |(% style="width:1369px" %)(((
27 +|(((
28 +(% style="width:758px" %)
29 +|(% style="width:630px" %)Точка входа - http порты.|(% style="width:84px" %)80, 443
30 +|(% style="width:630px" %)Общая сеть, к которой подключаются контейнеры сервисы.|(% style="width:84px" %)proxyNet
31 +|(% style="width:630px" %) |(% style="width:84px" %)
32 +)))|{{code language="yaml"}}services:
26 26  
27 27   reverse-proxy:
28 28   image: "jwilder/nginx-proxy:latest"
... ... @@ -66,5 +66,10 @@
66 66  networks:
67 67   proxyNet:
68 68   external: true{{/code}}
76 +| |
77 +| |
69 69  
70 70  
80 +)))
81 +
82 +