mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Pin versions of docker images
This commit is contained in:
parent
68b0597c10
commit
f56231e1a1
3 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ in
|
|||
|
||||
virtualisation.oci-containers.containers = {
|
||||
${serviceName} = {
|
||||
image = "onlyoffice/documentserver";
|
||||
image = "onlyoffice/documentserver@sha256:b9e3c35eab182d3de822a53b109b0f27070f6eacea3b1388b9c50d1182f638f2";
|
||||
environmentFiles = [
|
||||
# Contains "JWT_SECRET=<token>"
|
||||
config.sops.secrets."container/${serviceName}/jwt-secret".path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue