SAFweb2-Release 2.1.17.2
Docker
Für alle drei Umgebungen (Test Produktiv und Transition) laufen eigene Dockercontainer.
Der Zugang erfolgt über separate Ports.
| Service | Test | Transition | Produktiv |
|---|---|---|---|
| PREFIX | safweb-test | safweb-trans | safweb-prod |
| WEBPORT | 83 | 82 | 81 |
| ORAAPIPORT | 8383 | 8382 | 8381 |
| DBPORT | 5433 | 5432 | 5431 |
| NODEPORT | 5173 | 5472 | 5171 |
| PGADMIN_PORT | 5051 | 5052 | 5050 |
| APPUID | 1001 | 1001 | 1001 |
| APPUSER | safweb | safweb | safweb |
| STARTPAGE_PORT | 80 | 80 | 80 |
| DOCS_PORT | 88 | 88 | 88 |
| TECHDOCS_PORT | 89 | 89 | 89 |
| APP_ENV | test | test | prod |
Test .env
PREFIX=safweb-test
WEBPORT=83
ORAAPIPORT=8383
DBPORT=5433
NODEPORT=5173
PGADMIN_PORT=5051
APPUID=1001
APPUSER=safweb
STARTPAGE_PORT=80
DOCS_PORT=88
TECHDOCS_PORT=89
APP_ENV=test
Transition .env
PREFIX=safweb-trans
WEBPORT=82
ORAAPIPORT=8382
DBPORT=5432
NODEPORT=5172
PGADMIN_PORT=5052
APPUID=1001
APPUSER=safweb
STARTPAGE_PORT=80
DOCS_PORT=88
TECHDOCS_PORT=89
APP_ENV=test
Produktiv .env
PREFIX=safweb-test
WEBPORT=81
ORAAPIPORT=8381
DBPORT=5431
NODEPORT=5171
PGADMIN_PORT=5050
APPUID=1001
APPUSER=safweb
STARTPAGE_PORT=80
DOCS_PORT=88
TECHDOCS_PORT=89
APP_ENV=prod