Skip to content

Commit d3b7e68

Browse files
authored
Merge pull request #3032 from fir4tozden/canary
chore: naming of redis and postgres volumes has been made understandable
2 parents 061ca6c + 153390f commit d3b7e68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/server/src/setup/postgres-setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const initializePostgres = async () => {
1717
Mounts: [
1818
{
1919
Type: "volume",
20-
Source: "dokploy-postgres-database",
20+
Source: "dokploy-postgres",
2121
Target: "/var/lib/postgresql/data",
2222
},
2323
],

packages/server/src/setup/redis-setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const initializeRedis = async () => {
1414
Mounts: [
1515
{
1616
Type: "volume",
17-
Source: "redis-data-volume",
17+
Source: "dokploy-redis",
1818
Target: "/data",
1919
},
2020
],

0 commit comments

Comments
 (0)