Arion: Remove outline depends_on

This commit is contained in:
GHOSCHT 2024-08-10 21:29:06 +02:00
parent eb96ea8168
commit 77b95427af
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -45,10 +45,6 @@
"/home/ghoscht/.docker/wiki/outline.env"
];
restart = "always";
depends_on = {
redis = {condition = "service_healthy";};
postgres = {condition = "service_healthy";};
};
networks = [
"dmz"
"internal"