test
This commit is contained in:
@@ -14,6 +14,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
API_URL: ${API_URL:-https://api.quyoshli.uz/api}
|
API_URL: ${API_URL:-https://api.quyoshli.uz/api}
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "-qO-", "http://localhost:3000/"]
|
test: ["CMD", "wget", "-qO-", "http://localhost:3000/"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|||||||
@@ -28,6 +28,24 @@ const nextConfig: NextConfig = {
|
|||||||
port: '9000',
|
port: '9000',
|
||||||
pathname: '/**',
|
pathname: '/**',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
protocol: "http",
|
||||||
|
hostname: "minio",
|
||||||
|
port: "9100",
|
||||||
|
pathname: "/**",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
protocol: "http",
|
||||||
|
hostname: "localhost",
|
||||||
|
port: "9100",
|
||||||
|
pathname: "/**",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
protocol: "http",
|
||||||
|
hostname: "host.docker.internal",
|
||||||
|
port: "9100",
|
||||||
|
pathname: "/**",
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
devIndicators: false,
|
devIndicators: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user