APP Maintainerr update (#2402)

* [APP] Maintainerr new version update

* new port

* new port

* new port
This commit is contained in:
Armand Gillot 2024-02-08 08:31:45 +01:00 committed by GitHub
parent 7fe4d2287c
commit 73648b4c0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -4,8 +4,8 @@
"exposable": true,
"port": 8030,
"id": "maintainerr",
"tipi_version": 1,
"version": "1.7.1",
"tipi_version": 2,
"version": "2.0.0",
"categories": [
"media",
"utilities"

View File

@ -2,7 +2,7 @@ version: '3'
services:
maintainerr:
image: ghcr.io/jorenn92/maintainerr:1.7.1 # or jorenn92/maintainerr:1.7.1
image: ghcr.io/jorenn92/maintainerr:2.0.0 # or jorenn92/maintainerr:1.7.1
container_name: maintainerr
# user: 1000:1000 # only use this with release 2.0 and up
volumes:
@ -11,7 +11,7 @@ services:
- TZ=${TZ}
# - DEBUG=true # uncomment to enable verbose logs
ports:
- ${APP_PORT}:80
- ${APP_PORT}:6246
restart: unless-stopped
networks:
- tipi_main_network
@ -19,7 +19,7 @@ services:
# Main
traefik.enable: true
traefik.http.middlewares.maintainerr-web-redirect.redirectscheme.scheme: https
traefik.http.services.maintainerr.loadbalancer.server.port: 8030
traefik.http.services.maintainerr.loadbalancer.server.port: 6246
# Web
traefik.http.routers.maintainerr-insecure.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.maintainerr-insecure.entrypoints: web