mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: make databases be only available in manager
This commit is contained in:
@@ -69,6 +69,9 @@ export const buildMysql = async (mysql: MysqlWithMounts) => {
|
||||
Resources: {
|
||||
...resources,
|
||||
},
|
||||
Placement: {
|
||||
Constraints: ["node.role==manager"],
|
||||
},
|
||||
},
|
||||
Mode: {
|
||||
Replicated: {
|
||||
|
||||
Reference in New Issue
Block a user