Initial TVGuide project
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user