fix(#210): remove restartpolicy in order to automatically restart the services in any case

This commit is contained in:
Mauricio Siu
2024-07-12 23:35:51 -06:00
parent 86bb119052
commit 363ba1d20e
4 changed files with 0 additions and 12 deletions

View File

@@ -23,9 +23,6 @@ export const initializePostgres = async () => {
],
},
Networks: [{ Target: "dokploy-network" }],
RestartPolicy: {
Condition: "on-failure",
},
Placement: {
Constraints: ["node.role==manager"],
},