add FMD server

This commit is contained in:
bart 2025-11-28 20:48:49 -06:00
parent 0e7e77b275
commit bbfd1b8e68
2 changed files with 12 additions and 0 deletions

View file

@ -67,4 +67,9 @@
handle @immich { handle @immich {
reverse_proxy immich-server:2283 reverse_proxy immich-server:2283
} }
@fmd host fmd.akeley.tech
handle @fmd {
reverse_proxy fmd:8080
}
} }

View file

@ -278,6 +278,13 @@
(volumes (list (volumes (list
'("/data/docker/volumes/immich/pgdata" . "/var/lib/postgresql/data")))) '("/data/docker/volumes/immich/pgdata" . "/var/lib/postgresql/data"))))
(oci-container-configuration
(image "registry.gitlab.com/fmd-foss/fmd-server:latest")
(provision "fmd")
(network "sandbox")
(respawn? #t)
(ports '(("8080" . "8080"))))
))) %base-services)) ))) %base-services))
(bootloader (bootloader-configuration (bootloader (bootloader-configuration