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