Update compose file orders

This commit is contained in:
2025-07-13 18:35:45 +05:30
parent fb28d1ce31
commit 7870863b52
21 changed files with 74 additions and 73 deletions

View File

@@ -1,7 +1,8 @@
services:
palmr:
image: docker.io/kyantech/palmr:v3.1.1-beta
container_name: palmr
image: docker.io/kyantech/palmr:v3.1.1-beta
restart: unless-stopped
environment:
- ENABLE_S3=${ENABLE_S3}
- ENCRYPTION_KEY=${ENCRYPTION_KEY}
@@ -15,7 +16,6 @@ services:
- ${PORT}:5487
networks:
- frontend
restart: unless-stopped
networks:
frontend: