Adding AudioMuse-AI service. #714

Merged
gitea-sonarqube-bot merged 9 commits from audiomuse-ai-deployment_2025-10-19T21-26-05 into main 2025-10-20 12:29:34 -04:00
Showing only changes of commit 6f8fecd183 - Show all commits
+23 -1
View File
@@ -521,7 +521,29 @@ services:
source: /rinoa-storage
target: /storage
type: bind
audiomuse-ai-pg:
container_name: audiomuse-ai-pg
environment:
POSTGRES_USER: audiomuse
POSTGRES_PASSWORD: ${AUDIOMUSE_AI_PG_PASSWORD}
POSTGRES_DB: audiomusedb
expose:
- 5432
healthcheck:
test: ["CMD-SHELL", "pg_isready -U audiomuse"]
interval: 2s
timeout: 5s
retries: 10
image: postgres:15-alpine
profiles: ["rinoa-apps"]
restart: unless-stopped
volumes:
- audiomuse-ai-pg-data:/var/lib/postgresql/data
audiomuse-ai-valkey:
container_name: audiomuse-ai-valkey
<<: *valkey-params
volumes:
- audiomuse-ai-valkey-data:/data/valkey
authelia:
container_name: authelia
depends_on: