Archive palmr

This commit is contained in:
2025-08-15 16:45:54 +05:30
parent 5116933c3f
commit fa1d788663
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
services:
palmr:
container_name: palmr
image: docker.io/kyantech/palmr:v3.1.8-beta
restart: unless-stopped
environment:
- ENABLE_S3=false
- ENCRYPTION_KEY=${ENCRYPTION_KEY}
- SECURE_SITE=${SECURE_SITE}
- PALMR_UID=${PUID}
- PALMR_GID=${PGID}
volumes:
- ${APPDATA_PATH}/palmr/server:/app/server
ports:
- ${PORT}:5487