Add palmr

This commit is contained in:
2025-07-08 21:22:31 +05:30
parent 5ed02ca7c4
commit 350fc37763

21
palmr/docker-compose.yml Normal file
View File

@@ -0,0 +1,21 @@
services:
palmr:
image: docker.io/kyantech/palmr:v3.1.0-beta
container_name: palmr
environment:
- ENABLE_S3=${ENABLE_S3}
- ENCRYPTION_KEY=${ENCRYPTION_KEY}
- SECURE_SITE=${SECURE_SITE}
- PALMR_UID=${PUID}
- PALMR_GID=${PGID}
volumes:
- ${APPDATA_DATA}/palmr/data:/app/server
ports:
- ${PORT}:5487
networks:
- frontend
restart: unless-stopped
networks:
frontend:
external: true