Arion: move ttrss db to services scope
This commit is contained in:
parent
3ea35b67ae
commit
faa9747d05
1 changed files with 13 additions and 13 deletions
|
@ -28,7 +28,6 @@
|
||||||
"dmz"
|
"dmz"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
|
||||||
db.service = {
|
db.service = {
|
||||||
image = "postgres:13-alpine";
|
image = "postgres:13-alpine";
|
||||||
volumes = [
|
volumes = [
|
||||||
|
@ -42,4 +41,5 @@
|
||||||
"dmz"
|
"dmz"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue