fix(minio): Fix services and add ingress option for both services (#1911)

* fix(minio): Run app with the specified user always

* use consoles port for web portal

* map ports exactly

* update ports to questions

* add ingress option for console

* update description

* bump minor

* make console (webui) service main, and create new service for the api(server)

* update doc ports

* revert minio uid/gid set

* update probes towards api

* use more defaults

* try tpl

* revert to hardcoded values
This commit is contained in:
Stavros Kois
2022-02-20 22:03:13 +02:00
committed by GitHub
parent 816f5c46d6
commit f7d74faf46
4 changed files with 103 additions and 84 deletions

View File

@@ -131,8 +131,8 @@ These defaults can of course be changed, but as we guarantee "sane, working defa
| gaps | main | main | 8484 | TCP | |
| lidarr | main | main | 8686 | TCP | |
| readarr | main | main | 8787 | TCP | |
| omada-controller | userportal | websecure | 8843 | HTTPS | Potential conflict with unifi |
| unifi | guestportal | websecure | 8843 | HTTPS | Potential conflict with omada |
| omada-controller | userportal | websecure | 8843 | HTTPS | Potential conflict with unifi |
| unifi | guestportal | websecure | 8843 | HTTPS | Potential conflict with omada |
| minisatip | main | main | 8875 | TCP | |
| unifi | guestportal | web | 8880 | HTTP | |
| resilio-sync | main | main | 8888 | TCP | |
@@ -258,8 +258,8 @@ These defaults can of course be changed, but as we guarantee "sane, working defa
| zigbee2mqtt | main | main | 10103 | TCP | |
| tt-rss | main | main | 10104 | TCP | |
| collabora-online | main | main | 10105 | TCP | |
| minio | main | main | 10106 | TCP | |
| minio | console | console | 10107 | TCP | |
| minio | api | api | 10106 | TCP | |
| minio | main | main | 10107 | TCP | |
| transmission | main | main | 10109 | TCP | |
| anonaddy | main | main | 10110 | TCP | |
| blog | main | main | 10111 | TCP | |