Update palmr for traefik

This commit is contained in:
2025-07-20 21:31:00 +05:30
parent b906fc260b
commit 0e53cb1849

View File

@@ -3,6 +3,13 @@ services:
container_name: palmr
image: docker.io/kyantech/palmr:v3.1.3-beta
restart: unless-stopped
labels:
- traefik.enable=true
- traefik.http.routers.palmr.rule=Host(`${TRAEFIK_DOMAIN}`)
- traefik.http.routers.palmr.entrypoints=https
- traefik.http.routers.palmr.tls=true
- traefik.http.routers.palmr.tls.certresolver=cloudflare
- traefik.http.services.palmr.loadbalancer.server.port=5487
environment:
- ENABLE_S3=true
- S3_ENDPOINT=${S3_ENDPOINT}
@@ -20,3 +27,9 @@ services:
- ${APPDATA_PATH}/palmr/server:/app/server
ports:
- ${PORT}:5487
networks:
- frontend
networks:
frontend:
external: true