mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
20 lines
410 B
TOML
20 lines
410 B
TOML
[volumes]
|
|
config = {}
|
|
|
|
[services.freshrss]
|
|
image = "linuxserver/freshrss"
|
|
container_name = "freshrss"
|
|
restart = "unless-stopped"
|
|
networks = ["freshrss", "postgres", "proxy"]
|
|
environment = ["PUID=1000", "PGID=985", "TZ=Europe/Helsinki"]
|
|
volumes = ["config:/config", "/etc/localtime:/etc/localtime:ro"]
|
|
|
|
[networks.freshrss]
|
|
external = false
|
|
|
|
[networks.postgres]
|
|
external = true
|
|
|
|
[networks.proxy]
|
|
external = true
|