Initial TVGuide project

This commit is contained in:
root
2026-07-06 17:03:04 +02:00
commit fe8342772d
8 changed files with 207 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
tvguide:
image: php:8.4-apache
container_name: tvguide
restart: unless-stopped
ports:
- "18090:80"
volumes:
- ./app/public:/var/www/html
- ./app/src:/var/www/src
- ./app/config:/var/www/config
- ./app/cache:/var/www/cache
- ./epg:/var/www/epg
- ./logos:/var/www/html/logos
- ./posters:/var/www/html/posters