Initial Commit

This commit is contained in:
2023-09-10 21:48:48 +02:00
commit 227cca7d31
791 changed files with 165200 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
version: "3.3"
services:
epg:
image: "ramspopoo/epg"
container_name: "epg"
restart: "unless-stopped"
volumes:
- ./:/usr/src/app