Initial commit

This commit is contained in:
Marko Korhonen 2023-04-08 13:52:03 +03:00
commit 6be7c81137
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
19 changed files with 655 additions and 0 deletions

View file

@ -0,0 +1,19 @@
[services.freshrss]
image = "linuxserver/freshrss"
container_name = "freshrss"
restart = "unless-stopped"
networks = ["freshrss", "postgres", "proxy"]
environment = ["PUID=1000", "PGID=985", "TZ=Europe/Helsinki"]
volumes = [
"/docker/freshrss/freshrss:/config",
"/etc/localtime:/etc/localtime:ro",
]
[networks.freshrss]
external = false
[networks.postgres]
external = true
[networks.proxy]
external = true