This commit is contained in:
2026-04-03 20:02:13 +02:00
parent 0eca9a101f
commit 2c589b8b47
4 changed files with 4 additions and 4 deletions

View File

@@ -100,7 +100,7 @@ This starts:
Host ports for an external reverse proxy:
- `3000` -> `landing`
- `3001` -> `api`
- `3003` -> `api`
- `9000` -> `minio` S3 API
- `9001` -> `minio` console

View File

@@ -22,7 +22,7 @@ services:
dockerfile: server/Dockerfile
restart: unless-stopped
ports:
- "3001:3000"
- "3003:3000"
environment:
NODE_ENV: production
PORT: 3000

View File

@@ -25,7 +25,7 @@ docker compose up --build -d
Published ports for the external reverse proxy:
- `3000` for `landing`
- `3001` for `api`
- `3003` for `api`
- `9000` for MinIO object storage
- `9001` for the MinIO console

View File

@@ -22,7 +22,7 @@ services:
dockerfile: Dockerfile
restart: unless-stopped
ports:
- "3001:3000"
- "3003:3000"
environment:
NODE_ENV: production
PORT: 3000