Fuckin lost the db on reboot, can you believe it?
This commit is contained in:
parent
bbac1ea785
commit
d3f9019ff0
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue