Add Composer autoloading

This commit is contained in:
Gogs
2026-07-06 20:31:04 +02:00
parent 249bcb1f1b
commit 79d0976b80
13 changed files with 102 additions and 14 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
services:
tvguide:
image: php:8.4-apache
build: .
container_name: tvguide
restart: unless-stopped
ports:
@@ -11,6 +11,7 @@ services:
- ./app/templates:/var/www/templates
- ./app/config:/var/www/config
- ./app/cache:/var/www/cache
- ./vendor:/var/www/vendor
- ./epg:/var/www/epg
- ./logos:/var/www/html/logos
- ./posters:/var/www/html/posters