fix: trying to fix auto-pulls 26 !

This commit is contained in:
2026-02-27 06:10:43 +02:00
parent 97410230e1
commit fad6912627
4 changed files with 10 additions and 15 deletions

View File

@@ -10,9 +10,8 @@ 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: systemd socket so container can trigger host services
- /run/systemd/private:/run/systemd/private
- /run/dbus/system_bus_socket:/run/dbus/system_bus_socket
# Auto-deploy: project root so container can write the trigger file
- /home/bellsystems/bellsystems-cp:/home/bellsystems/bellsystems-cp
ports:
- "8000:8000"
depends_on: []