Update file names and remove useless things

This commit is contained in:
2026-02-24 19:39:55 +05:30
parent 9fe8704abe
commit 98617d8a21
55 changed files with 0 additions and 89 deletions

View File

@@ -0,0 +1,16 @@
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
- ${DATA_PATH}/palmr/data:/app/server/data
ports:
- ${PORT}:5487