1
build / build (push) Successful in 1m13s
CI / compile (push) Successful in 20s
CI / unit (push) Successful in 37s
CI / integration (push) Failing after 35s

This commit is contained in:
2026-07-28 15:34:11 +02:00
parent ab84595272
commit cd0ec4cfc4
2 changed files with 7 additions and 5 deletions
+5 -3
View File
@@ -1,10 +1,11 @@
# Stack MUSICIAN+SHARE — jeden host, bo dzielą filesystem. Obrazy z CI.
services:
conjurer-musician:
image: gitea.czernobog.pl/gitea/conjurer-musician:299753f6
image: gitea.czernobog.pl/gitea/conjurer-musician:latest
container_name: conjurer-musician
restart: unless-stopped
environment:
CONJURER_API_KEY: d97008b3-7a5a-11f1-acd1-000b0e0f00ed
CONJURER_MUSICIAN_HOST: 0.0.0.0
CONJURER_MUSICIAN_PORT: "5000"
CONJURER_MUSIC_FOLDER: /music
@@ -15,17 +16,18 @@ services:
# ↓ współdzielone ze share — te same ścieżki po obu stronach ↓
CONJURER_SHARE_DIR: /var/www/html/share
CONJURER_SHARE_DB: /srv/share/db/share_scan.json
CONJURER_LOGSTORE: /data/logs
ports:
- "5000:5000"
volumes:
- /srv/musician/music:/music
- /srv/musician/data:/data
- /mnt/conjurer_swap/data:/data
- /srv/share/links:/var/www/html/share # musician TWORZY symlinki
- /srv/share/db:/srv/share/db # share'owy indeks (czyta)
- /srv/share/media:/mnt/shares:ro # cele symlinków — TA SAMA ścieżka co w share!
conjurer-share:
image: gitea.czernobog.pl/gitea/conjurer-share:299753f6
image: gitea.czernobog.pl/gitea/conjurer-share:latest
container_name: conjurer-share
restart: unless-stopped
environment: