This commit is contained in:
Samandar Turg'unboev
2025-05-29 10:28:05 +05:00
parent c8d259d1ba
commit be36e5bcd6
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ services:
- "3000" - "3000"
networks: networks:
cpost-network: cpost-network:
ipv4_address: 10.10.0.4 ipv4_address: 10.10.0.16
restart: "always" restart: "always"
networks: networks:
cpost-network: cpost-network:

View File

@@ -4,7 +4,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "cross-env NEXT_PUBLIC_API_URL=https://cpost.felixits.uz next dev --port=3080", "dev": "cross-env NEXT_PUBLIC_API_URL=https://cpost.felixits.uz next dev --port=3080",
"build": "next build", "build": "cross-env NEXT_PUBLIC_API_URL=https://api.cpost-express.uz next build",
"build:dev": "cross-env NEXT_PUBLIC_API_URL=https://cpost.felixits.uz next build", "build:dev": "cross-env NEXT_PUBLIC_API_URL=https://cpost.felixits.uz next build",
"build:prod": "cross-env NEXT_PUBLIC_API_URL=https://api.cpost-express.uz next build", "build:prod": "cross-env NEXT_PUBLIC_API_URL=https://api.cpost-express.uz next build",
"start": "next start", "start": "next start",