feat: use fully qualified container image names
This commit is contained in:
parent
5ba17c8ccf
commit
50433a0b65
3 changed files with 3 additions and 3 deletions
services
|
@ -114,7 +114,7 @@ in {
|
|||
};
|
||||
|
||||
typesense = {
|
||||
image = "typesense/typesense:0.24.0";
|
||||
image = "docker.io/typesense/typesense:0.24.0";
|
||||
environment.TYPESENSE_DATA_DIR = "/data";
|
||||
environmentFiles = [ config.age.secrets.immich-typesense-env.path ];
|
||||
volumes = [ "${typesenseDataDir}:/data" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue