Rename files back to docker-compose.toml so LSP recognizes the schema

This commit is contained in:
Marko Korhonen 2023-04-08 21:36:14 +03:00
parent 6aad22192a
commit b37714cb36
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
17 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,17 @@
[services.tvheadend]
image = "linuxserver/tvheadend"
container_name = "tvheadend"
environment = ["TZ=Europe/Helsinki", "PUID=1000", "PGID=985"]
volumes = [
"~/data/tvheadend:/config",
"/mnt/Storage/Media/PVR:/recordings",
"/mnt/Storage/picons:/picons",
"/etc/localtime:/etc/localtime:ro",
]
ports = ["9981:9981", "9982:9982"]
devices = ["/dev/dvb:/dev/dvb"]
restart = "unless-stopped"
networks = ["proxy"]
[networks.proxy]
external = true