add FMD server
This commit is contained in:
parent
0e7e77b275
commit
bbfd1b8e68
2 changed files with 12 additions and 0 deletions
|
|
@ -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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue