mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Update docker containers
This commit is contained in:
parent
a56ea088a5
commit
d7f211cf90
4 changed files with 4 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ in
|
||||||
|
|
||||||
virtualisation.oci-containers.containers = {
|
virtualisation.oci-containers.containers = {
|
||||||
${serviceName} = {
|
${serviceName} = {
|
||||||
image = "ghcr.io/actualbudget/actual-server@sha256:90a670b73ce539ca4bf70e3740756f106ec815d3933cabf2414ae2e26e031d65";
|
image = "ghcr.io/actualbudget/actual-server@sha256:0cf0300ed4905045ed87e8892c26fbd83cd08e8499bb81dc28deef6afeb162fb";
|
||||||
volumes = [ "/data/${serviceName}:/data" ];
|
volumes = [ "/data/${serviceName}:/data" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ in
|
||||||
containers = lib.mapAttrs' (
|
containers = lib.mapAttrs' (
|
||||||
name: _:
|
name: _:
|
||||||
lib.nameValuePair "tailscale-${name}" {
|
lib.nameValuePair "tailscale-${name}" {
|
||||||
image = "ghcr.io/tailscale/tailscale@sha256:83a6faec34866f70914a7d241d6ca749e6914f08f4f9059d942e1c3088dc001b";
|
image = "ghcr.io/tailscale/tailscale@sha256:da35f0fbeb3037754049e3b079cb30c58c140576a50b54be107c0ff6ad0ec0e9";
|
||||||
environment = {
|
environment = {
|
||||||
TS_STATE_DIR = "/var/lib/tailscale";
|
TS_STATE_DIR = "/var/lib/tailscale";
|
||||||
TS_SERVE_CONFIG = "/config/tailscale-serve.json";
|
TS_SERVE_CONFIG = "/config/tailscale-serve.json";
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ in
|
||||||
|
|
||||||
virtualisation.oci-containers.containers = {
|
virtualisation.oci-containers.containers = {
|
||||||
${serviceName} = {
|
${serviceName} = {
|
||||||
image = "onlyoffice/documentserver@sha256:b9e3c35eab182d3de822a53b109b0f27070f6eacea3b1388b9c50d1182f638f2";
|
image = "onlyoffice/documentserver@sha256:3489a54c581414055dd9bfa3890435e5e6fc8c4ce0ffdd65cf3c7869f680cf81";
|
||||||
environmentFiles = [
|
environmentFiles = [
|
||||||
# Contains "JWT_SECRET=<token>"
|
# Contains "JWT_SECRET=<token>"
|
||||||
config.sops.secrets."container/${serviceName}/jwt-secret".path
|
config.sops.secrets."container/${serviceName}/jwt-secret".path
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ in
|
||||||
{
|
{
|
||||||
virtualisation.oci-containers.containers = {
|
virtualisation.oci-containers.containers = {
|
||||||
${serviceName} = {
|
${serviceName} = {
|
||||||
image = "frooodle/s-pdf@sha256:5b9c9443e6eb0fa23b39475d68741d80826249193df231d6859ecda0f0aedd8d";
|
image = "frooodle/s-pdf@sha256:2a4a1483cd9f84e6af6281d84839ed15bb02d3818f02edad780f59e1c9e22a49";
|
||||||
environment = {
|
environment = {
|
||||||
LANGS = "de_DE";
|
LANGS = "de_DE";
|
||||||
SYSTEM_SHOWUPDATE = "false";
|
SYSTEM_SHOWUPDATE = "false";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue