mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: AP Ports
This commit is contained in:
@@ -16,7 +16,9 @@ services:
|
|||||||
- AP_POSTGRES_PASSWORD=${AP_POSTGRES_PASSWORD}
|
- AP_POSTGRES_PASSWORD=${AP_POSTGRES_PASSWORD}
|
||||||
- AP_POSTGRES_USERNAME=${AP_POSTGRES_USERNAME}
|
- AP_POSTGRES_USERNAME=${AP_POSTGRES_USERNAME}
|
||||||
- AP_POSTGRES_HOST=postgres
|
- AP_POSTGRES_HOST=postgres
|
||||||
|
- AP_POSTGRES_PORT=5432
|
||||||
- AP_REDIS_HOST=redis
|
- AP_REDIS_HOST=redis
|
||||||
|
- AP_REDIS_PORT=6379
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:14.4
|
image: postgres:14.4
|
||||||
|
|||||||
@@ -24,6 +24,8 @@ export function generate(schema: Schema): Template {
|
|||||||
`AP_POSTGRES_DATABASE=${postgresDb}`,
|
`AP_POSTGRES_DATABASE=${postgresDb}`,
|
||||||
`AP_POSTGRES_PASSWORD=${postgresPassword}`,
|
`AP_POSTGRES_PASSWORD=${postgresPassword}`,
|
||||||
`AP_POSTGRES_USERNAME=${postgresUser}`,
|
`AP_POSTGRES_USERNAME=${postgresUser}`,
|
||||||
|
`AP_POSTGRES_PORT=5432`,
|
||||||
|
`AP_REDIS_PORT=6379`,
|
||||||
];
|
];
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user