chore(docker): voeg read-only app-bestanden toe aan container
Deze wijziging in de docker-compose-pi.yml voegt extra bestandskoppelingen toe voor app.py, config.py en adhan_cron.py als read-only mounts. Dit is bedoeld om ervoor te zorgen dat deze essentiële bestanden beschikbaar zijn binnen de Docker-container zonder dat ze kunnen worden gewijzigd, wat zorgt voor meer stabiliteit en consistentie van de applicatie.
This commit is contained in:
parent
e66173d28d
commit
86b07c778a
@ -10,6 +10,9 @@ services:
|
|||||||
- ./adhan-webapp/settings.json:/app/settings.json
|
- ./adhan-webapp/settings.json:/app/settings.json
|
||||||
- ./adhan-webapp/static:/app/static:ro
|
- ./adhan-webapp/static:/app/static:ro
|
||||||
- ./adhan-webapp/templates:/app/templates:ro
|
- ./adhan-webapp/templates:/app/templates:ro
|
||||||
|
- ./adhan-webapp/app.py:/app/app.py:ro
|
||||||
|
- ./adhan-webapp/config.py:/app/config.py:ro
|
||||||
|
- ./adhan-webapp/adhan_cron.py:/app/adhan_cron.py:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
1
done
1
done
@ -66,3 +66,4 @@ Wed May 28 13:43:52 CEST 2025: Bevestigd dat Adzkaar scherm wordt geopend in nie
|
|||||||
Wed May 28 13:46:26 CEST 2025: Adzkaar aangepast van nieuwe pagina naar fullscreen modal in hoofdpagina
|
Wed May 28 13:46:26 CEST 2025: Adzkaar aangepast van nieuwe pagina naar fullscreen modal in hoofdpagina
|
||||||
Wed May 28 14:02:31 CEST 2025: Debug tijd synchronisatie toegevoegd tussen debug pagina en hoofdpagina
|
Wed May 28 14:02:31 CEST 2025: Debug tijd synchronisatie toegevoegd tussen debug pagina en hoofdpagina
|
||||||
2025-05-28 19:11:30 - SONOS IP adres probleem opgelost: hardcoded 192.168.0.114 verwijderd uit app.py, nu gebruikt het config.py (192.168.0.112)
|
2025-05-28 19:11:30 - SONOS IP adres probleem opgelost: hardcoded 192.168.0.114 verwijderd uit app.py, nu gebruikt het config.py (192.168.0.112)
|
||||||
|
2025-05-28 19:21:23 - ✅ OPGELOST: Pi gesynchroniseerd via git pull, Docker containers herstart, Pi herstart. IP adres probleem zou nu opgelost moeten zijn.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user