fix: trying to fix auto-pulls 21 !

This commit is contained in:
2026-02-27 05:57:26 +02:00
parent 7183987924
commit 0ac58f868e
4 changed files with 9 additions and 42 deletions

View File

@@ -10,11 +10,9 @@ services:
- ./data/built_melodies:/app/storage/built_melodies
- ./data/firmware:/app/storage/firmware
- ./data/firebase-service-account.json:/app/firebase-service-account.json:ro
# Auto-deploy: project root and Docker socket
- /home/bellsystems/bellsystems-cp:/home/bellsystems/bellsystems-cp
- /var/run/docker.sock:/var/run/docker.sock
pid: host
privileged: true
# Auto-deploy: systemd socket so container can trigger host services
- /run/systemd/private:/run/systemd/private
- /run/dbus/system_bus_socket:/run/dbus/system_bus_socket
ports:
- "8000:8000"
depends_on: []