refactor: add dokploy network auutomatically

This commit is contained in:
Mauricio Siu
2024-08-17 00:28:32 -06:00
parent 7497671033
commit ca733addc2
2 changed files with 45 additions and 15 deletions

View File

@@ -67,6 +67,9 @@ const baseDomain: Domain = {
https: false,
path: null,
port: null,
serviceName: "",
composeId: "",
domainType: "application",
uniqueConfigKey: 1,
};