Api Port
This commit is contained in:
@@ -100,7 +100,7 @@ This starts:
|
|||||||
Host ports for an external reverse proxy:
|
Host ports for an external reverse proxy:
|
||||||
|
|
||||||
- `3000` -> `landing`
|
- `3000` -> `landing`
|
||||||
- `3001` -> `api`
|
- `3003` -> `api`
|
||||||
- `9000` -> `minio` S3 API
|
- `9000` -> `minio` S3 API
|
||||||
- `9001` -> `minio` console
|
- `9001` -> `minio` console
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ services:
|
|||||||
dockerfile: server/Dockerfile
|
dockerfile: server/Dockerfile
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3001:3000"
|
- "3003:3000"
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
PORT: 3000
|
PORT: 3000
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ docker compose up --build -d
|
|||||||
Published ports for the external reverse proxy:
|
Published ports for the external reverse proxy:
|
||||||
|
|
||||||
- `3000` for `landing`
|
- `3000` for `landing`
|
||||||
- `3001` for `api`
|
- `3003` for `api`
|
||||||
- `9000` for MinIO object storage
|
- `9000` for MinIO object storage
|
||||||
- `9001` for the MinIO console
|
- `9001` for the MinIO console
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3001:3000"
|
- "3003:3000"
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
PORT: 3000
|
PORT: 3000
|
||||||
|
|||||||
Reference in New Issue
Block a user