WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit e31fd50b08 - Show all commits

View file

@ -25,13 +25,9 @@ labels = [
] ]
[services.bibliogram] [services.bibliogram]
image = "cloudrac3r/bibliogram" image = "schklom/bibliogram"
container_name = "bibliogram" container_name = "bibliogram"
restart = "unless-stopped" restart = "unless-stopped"
volumes = [
"/docker/freshrss/bibliogram/db:/app/db",
"/docker/freshrss/bibliogram/config.js:/app/config.js",
]
networks = ["freshrss", "proxy"] networks = ["freshrss", "proxy"]
labels = [ labels = [
"traefik.enable=true", "traefik.enable=true",