mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-09-14 11:06:15 +05:00
fix(100#): Remove published port in the redis database to be not exposed to the internet
This commit is contained in:
parent
654fe75c07
commit
642deac709
@ -33,7 +33,9 @@ export const initializeRedis = async () => {
|
||||
Ports: [
|
||||
{
|
||||
TargetPort: 6379,
|
||||
PublishedPort: 6379,
|
||||
...(process.env.NODE_ENV === "development"
|
||||
? { PublishedPort: 6379 }
|
||||
: {}),
|
||||
Protocol: "tcp",
|
||||
},
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user