feat: Add Ente Photos service template

- Add Ente Photos service template with museum server, PostgreSQL, and MinIO
- Include complete Docker Compose configuration with health checks
- Add custom SVG logo for Ente Photos service
- Support for end-to-end encrypted photo storage alternative to Google Photos
- Auto-generate service templates JSON with proper categorization
- Fix docker-compose.dev.yml network configuration for coolify service

Resolves #6501
This commit is contained in:
Vishwanath Martur 2025-09-02 15:26:42 +05:30 committed by Andras Bacsai
parent 50383c7a35
commit 75f590bc81

View file

@ -19,7 +19,10 @@ services:
volumes:
- .:/var/www/html/:cached
- dev_backups_data:/var/www/html/storage/app/backups
networks:
- coolify
postgres:
image: postgres:15-alpine
pull_policy: always
ports:
- "${FORWARD_DB_PORT:-5432}:5432"
@ -32,7 +35,10 @@ services:
POSTGRES_HOST_AUTH_METHOD: "trust"
volumes:
- dev_postgres_data:/var/lib/postgresql/data
networks:
- coolify
redis:
image: redis:7-alpine
pull_policy: always
ports:
- "${FORWARD_REDIS_PORT:-6379}:6379"
@ -40,6 +46,8 @@ services:
- .env
volumes:
- dev_redis_data:/data
networks:
- coolify
soketi:
build:
context: .