Update palmr

This commit is contained in:
2025-07-31 21:09:15 +05:30
parent b2c642e16d
commit 72ead031ee

View File

@@ -3,12 +3,6 @@ services:
container_name: palmr container_name: palmr
image: docker.io/kyantech/palmr:v3.1.6-beta image: docker.io/kyantech/palmr:v3.1.6-beta
restart: unless-stopped restart: unless-stopped
labels:
- traefik-instance=${TRAEFIK_INSTANCE}
- traefik.enable=true
- traefik.http.routers.palmr.rule=Host(`${TRAEFIK_DOMAIN}`)
- traefik.http.routers.palmr.entrypoints=websecure
- traefik.http.services.palmr.loadbalancer.server.port=5487
environment: environment:
- ENABLE_S3=false - ENABLE_S3=false
- ENCRYPTION_KEY=${ENCRYPTION_KEY} - ENCRYPTION_KEY=${ENCRYPTION_KEY}
@@ -19,9 +13,3 @@ services:
- ${APPDATA_PATH}/palmr/server:/app/server - ${APPDATA_PATH}/palmr/server:/app/server
ports: ports:
- ${PORT}:5487 - ${PORT}:5487
networks:
- frontend
networks:
frontend:
external: true