APP Maintainerr update (#2402)
* [APP] Maintainerr new version update * new port * new port * new port
This commit is contained in:
parent
7fe4d2287c
commit
73648b4c0d
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user