Fuckin lost the db on reboot, can you believe it?

This commit is contained in:
niten 2024-01-29 11:49:49 -08:00
parent bbac1ea785
commit d3f9019ff0
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ in {
service = { service = {
restart = "always"; restart = "always";
volumes = [ volumes = [
"postgres-data:/var/lib/postgres/data" "postgres-data:/var/lib/postgresql"
"redis-data:/var/lib/redis" "redis-data:/var/lib/redis"
"mastodon-data:/var/lib/mastodon" "mastodon-data:/var/lib/mastodon"
] ++ (map (env-file: "${env-file}:${env-file}:ro,Z") ] ++ (map (env-file: "${env-file}:${env-file}:ro,Z")