Compare commits

..
3 Commits
Author SHA1 Message Date
smileBeda d7d16a3024 Merge remote-tracking branch 'refs/remotes/origin/main' 2026-08-04 23:56:12 +00:00
smileBeda affb73fdee Initial commit 2026-08-04 23:56:02 +00:00
smileBeda c1aa416eed Initial commit 2026-08-04 23:55:16 +00:00
2 changed files with 1 additions and 37 deletions
-11
View File
@@ -10,14 +10,3 @@
data/
*.swp
.DS_Store
# BEGIN reset-history environment exclusions
.env
.env.*
*.env
*.env.*
!.env.example
!.env.*.example
!*.env.example
!*.env.*.example
# END reset-history environment exclusions
+1 -26
View File
@@ -1,27 +1,2 @@
# AudioMuse-AI
Self-hosted music analysis and playlist-generation service for discovering sonically related tracks in supported
music servers.
## Deployment layout
- **Compose:** `/srv/docker/audiomuse/docker-compose.yml`
- **Static configuration/source:** no additional static configuration or build source
- **Non-secret environment:** service roles, timezone, PostgreSQL topology, Redis URL, and temporary-audio paths are declared inline in Compose; there is no project-local `.env`
- **Secrets:** `/srv/docker/secrets/audiomuse/.env`
- **NVMe application state:** `/srv/appdata/audiomuse/postgres`, `/srv/appdata/audiomuse/redis`, `/srv/appdata/audiomuse/temp-audio-flask`, `/srv/appdata/audiomuse/temp-audio-worker`, `/srv/appdata/audiomuse/plugins-flask`,
and `/srv/appdata/audiomuse/plugins-worker`
- **Bulk HDD data:** none
- **Other mounts:** none
Secrets are never committed to this repository. The central secret environment
is supplied to the PostgreSQL, Flask application, and worker services.
## Dependencies and recovery
- **Networks/dependencies:** the Flask application and worker depend on PostgreSQL and Redis through the private
`audiomuse_internal` network; both also use the external `npm_proxy` network at `192.168.97.25` and
`192.168.97.26`
- **Back up:** `/srv/appdata/audiomuse/postgres`, `/srv/appdata/audiomuse/plugins-flask`, `/srv/appdata/audiomuse/plugins-worker`, and the separately protected AudioMuse-AI secret environment
- **Re-creatable:** the containers, Redis queue state, and temporary-audio directories
# audiomuse