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, "exposable": true,
"port": 8030, "port": 8030,
"id": "maintainerr", "id": "maintainerr",
"tipi_version": 1, "tipi_version": 2,
"version": "1.7.1", "version": "2.0.0",
"categories": [ "categories": [
"media", "media",
"utilities" "utilities"

View File

@ -2,7 +2,7 @@ version: '3'
services: services:
maintainerr: 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 container_name: maintainerr
# user: 1000:1000 # only use this with release 2.0 and up # user: 1000:1000 # only use this with release 2.0 and up
volumes: volumes:
@ -11,7 +11,7 @@ services:
- TZ=${TZ} - TZ=${TZ}
# - DEBUG=true # uncomment to enable verbose logs # - DEBUG=true # uncomment to enable verbose logs
ports: ports:
- ${APP_PORT}:80 - ${APP_PORT}:6246
restart: unless-stopped restart: unless-stopped
networks: networks:
- tipi_main_network - tipi_main_network
@ -19,7 +19,7 @@ services:
# Main # Main
traefik.enable: true traefik.enable: true
traefik.http.middlewares.maintainerr-web-redirect.redirectscheme.scheme: https 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 # Web
traefik.http.routers.maintainerr-insecure.rule: Host(`${APP_DOMAIN}`) traefik.http.routers.maintainerr-insecure.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.maintainerr-insecure.entrypoints: web traefik.http.routers.maintainerr-insecure.entrypoints: web