Define volumes
This commit is contained in:
parent
e528d17e5e
commit
8b6a19d1c6
|
@ -80,6 +80,11 @@ in {
|
||||||
virtualisation.arion.projects.mastodon.settings = let
|
virtualisation.arion.projects.mastodon.settings = let
|
||||||
image = { pkgs, ... }: {
|
image = { pkgs, ... }: {
|
||||||
project.name = "mastodon";
|
project.name = "mastodon";
|
||||||
|
docker-compose.volumes = {
|
||||||
|
postgres-data = { };
|
||||||
|
redis-data = { };
|
||||||
|
mastodon-data = { };
|
||||||
|
};
|
||||||
services = {
|
services = {
|
||||||
mastodon = { pkgs, ... }: {
|
mastodon = { pkgs, ... }: {
|
||||||
service = {
|
service = {
|
||||||
|
|
Loading…
Reference in New Issue