chore(deps): update gotify/server-arm7 docker tag to v2.2.4 - abandoned (#272)
* chore(deps): update gotify/server-arm7 docker tag to v2.2.4 * Update All compose Files and Config --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: DrMxrcy <drmxrcy@gmail.com>
This commit is contained in:
parent
c6560a951b
commit
d583d84d6a
30
apps/gotify/docker-compose.arm.yml
Normal file
30
apps/gotify/docker-compose.arm.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
version: "3.7"
|
||||
|
||||
services:
|
||||
gotify:
|
||||
image: gotify/server-arm7:2.2.4
|
||||
container_name: gotify
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- "${APP_DATA_DIR}/data:/app/data"
|
||||
environment:
|
||||
- GOTIFY_DEFAULTUSER_PASS=${GOTIFY_DEFAULTUSER_PASS}
|
||||
ports:
|
||||
- ${APP_PORT}:80
|
||||
networks:
|
||||
- tipi_main_network
|
||||
labels:
|
||||
traefik.enable: ${APP_EXPOSED}
|
||||
# Traefik Redirect to HTTPS
|
||||
traefik.http.middlewares.redirect-https.redirectScheme.scheme: https
|
||||
traefik.http.middlewares.redirect-https.redirectScheme.permanent: true
|
||||
# Traefik Router + Service Configuration
|
||||
traefik.http.routers.gotify.rule: Host(`${APP_DOMAIN}`)
|
||||
traefik.http.routers.gotify.entrypoints: websecure
|
||||
traefik.http.routers.gotify.tls.certresolver: myresolver
|
||||
traefik.http.routers.gotify.middlewares: redirect-https
|
||||
traefik.http.routers.gotify.service: gotify
|
||||
traefik.http.services.gotify.loadbalancer.passhostheader: true
|
||||
traefik.http.services.gotify.loadbalancer.server.port: 80
|
||||
traefik.http.services.gotify.loadbalancer.sticky: true
|
||||
traefik.http.middlewares.sslheader.headers.customrequestheaders.X-Forwarded-Proto: http
|
Loading…
Reference in New Issue
Block a user