Merge branch 'dev' into 'main'

Dev

See merge request azizziy/cpost!16
This commit is contained in:
Azizbek Usmonov
2025-05-29 10:29:22 +05:00
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",