Cleaned up a bit and added event titles to banner headings.

This commit is contained in:
2025-07-03 12:44:53 +10:00
parent 424b7be6db
commit 168a8806cf
5 changed files with 7 additions and 21 deletions

View File

@@ -11,7 +11,7 @@ services:
volumes:
- ./app/:/var/www/html:Z
- ./lib:/var/www/html/lib:Z
- ./${HLBDAT:-dat.live}:/var/www/html/dat:Z
- ./dat/${HLBDAT:-live}:/var/www/html/dat:Z
- ./entrypoint.sh:/entrypoint.sh:Z
entrypoint: ["bash", "/entrypoint.sh"]
networks:
@@ -25,7 +25,7 @@ services:
volumes:
- ./adm/:/var/www/html:Z
- ./lib:/var/www/html/lib:Z
- ./${HLBDAT:-dat.live}:/var/www/html/dat:Z
- ./dat/${HLBDAT:-live}:/var/www/html/dat:Z
- ./entrypoint.sh:/entrypoint.sh:Z
entrypoint: ["bash", "/entrypoint.sh"]
networks: