Merge pull request #1 from DrMxrcy/master

Update branch with master
This commit is contained in:
DrMxrcy 2023-03-31 15:46:31 -04:00 committed by GitHub
commit a1a1f9a43b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "barrage", "id": "barrage",
"tipi_version": 1, "tipi_version": 2,
"version": "0.3.0", "version": "0.3.0",
"categories": ["utilities"], "categories": ["utilities"],
"description": "Minimal Deluge WebUI with full mobile support", "description": "Minimal Deluge WebUI with full mobile support",

View File

@ -10,7 +10,7 @@ services:
- DELUGE_PASSWORD=${DELUGE_PASSWORD} - DELUGE_PASSWORD=${DELUGE_PASSWORD}
- BARRAGE_PASSWORD=${BARRAGE_PASSWORD} - BARRAGE_PASSWORD=${BARRAGE_PASSWORD}
ports: ports:
- ${APP_PORT}:80 - ${APP_PORT}:3000
restart: unless-stopped restart: unless-stopped
networks: networks:
- tipi_main_network - tipi_main_network
@ -20,4 +20,4 @@ services:
traefik.http.routers.barrage.entrypoints: websecure traefik.http.routers.barrage.entrypoints: websecure
traefik.http.routers.barrage.service: barrage traefik.http.routers.barrage.service: barrage
traefik.http.routers.barrage.tls.certresolver: myresolver traefik.http.routers.barrage.tls.certresolver: myresolver
traefik.http.services.barrage.loadbalancer.server.port: 80 traefik.http.services.barrage.loadbalancer.server.port: 3000