m3-atlas: n8n - nixos, ghost update

This commit is contained in:
m3tam3re
2025-04-16 14:06:02 +02:00
parent 9b6e6a6992
commit 01a2cbc808
7 changed files with 42 additions and 16 deletions

View File

@ -1,6 +1,6 @@
{config, ...}: {
virtualisation.oci-containers.containers."ghost" = {
image = "docker.io/ghost:5.106.1";
image = "docker.io/ghost:latest";
environmentFiles = [config.age.secrets.ghost-env.path];
ports = ["127.0.0.1:3002:2368"];
volumes = ["ghost_data:/var/lib/ghost/content"];