Arion: Remove outline depends_on
This commit is contained in:
parent
eb96ea8168
commit
77b95427af
1 changed files with 0 additions and 4 deletions
|
@ -45,10 +45,6 @@
|
||||||
"/home/ghoscht/.docker/wiki/outline.env"
|
"/home/ghoscht/.docker/wiki/outline.env"
|
||||||
];
|
];
|
||||||
restart = "always";
|
restart = "always";
|
||||||
depends_on = {
|
|
||||||
redis = {condition = "service_healthy";};
|
|
||||||
postgres = {condition = "service_healthy";};
|
|
||||||
};
|
|
||||||
networks = [
|
networks = [
|
||||||
"dmz"
|
"dmz"
|
||||||
"internal"
|
"internal"
|
||||||
|
|
Loading…
Reference in a new issue