Compare commits
2 Commits
jfa
...
0.1.4+10.8
| Author | SHA1 | Date | |
|---|---|---|---|
| 26dda0222f | |||
| c5b1918474 |
@ -9,6 +9,3 @@ LETS_ENCRYPT_ENV=production
|
||||
|
||||
# Set to an existing path on the host, and define a path inside the container
|
||||
EXTRA_VOLUME=/dev/null:/tmp/.dummy
|
||||
|
||||
COMPOSE_FILE="compose.yml"
|
||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.jfa.yml"
|
||||
|
||||
@ -1,30 +0,0 @@
|
||||
---
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
accounts:
|
||||
image: hrfee/jfa-go
|
||||
entrypoint: ["/opt/jfa-go/jfa-go", "-data", "/data", "-debug"]
|
||||
networks:
|
||||
- proxy
|
||||
volumes:
|
||||
# - jellyfin_config:/jf
|
||||
- jfa:/data
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.services.${STACK_NAME}_admin.loadbalancer.server.port=8056"
|
||||
- "traefik.http.routers.${STACK_NAME}_admin.rule=Host(`admin.${DOMAIN}`)"
|
||||
- "traefik.http.routers.${STACK_NAME}_admin.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}_admin.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
jfa:
|
||||
jellyfin_config:
|
||||
external: true
|
||||
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: jellyfin/jellyfin:10.8.5
|
||||
image: jellyfin/jellyfin:10.8.8
|
||||
environment:
|
||||
- JELLYFIN_PublishedServerUrl=https://${DOMAIN}
|
||||
networks:
|
||||
@ -25,7 +25,7 @@ services:
|
||||
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
|
||||
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
|
||||
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.1.2+10.8.5"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.1.4+10.8.8"
|
||||
# healthcheck:
|
||||
# test: ["CMD", "curl", "-f", "http://localhost:8096"]
|
||||
# interval: 30s
|
||||
|
||||
Reference in New Issue
Block a user