This is the Soffid sync server container. Requires a database container to store Soffid information, as well as a Soffid Console.
Supported databases are:
Maria DB
MySQL
PostgreSQL
Oracle
MS SqlServer
For the first sync server, the following environment variables must be set:
|
Variable |
Description |
Example |
|
DB_URL |
JDBC URL |
jdbc:mariadb://dbcontainer/soffid |
|
DB_USER |
Database user |
soffid |
|
DB_PASSWORD |
Database password |
5uper5ecret |
|
SOFFID_HOSTNAME |
Fully qualified public host name |
syncserver.soffid.com |
|
SOFFID_MAIN |
Set to no |
yes |
Additional parameters to configure the database connections. Allows you to establish the min and the max of database connections:
|
Variable |
Description |
Example |
|
DBPOOL_MIN_IDLE |
The minimum number of connections should be kept in the pool at all times |
1 or 2 |
|
DBPOOL_MAX_IDLE |
The maximum number of connections should be kept in the pool at all times. |
between 10 and 15 |
|
DBPOOL_INITIAL |
The connections number will be established when the connection pool is started. |
3 or 4 |
|
DBPOOL_MAX |
(optional) The maximum number of active connections that can be allocated. If no value is indicated, the default value is 30. The transaction fails if the maximum connections are reached within 30 seconds and no connection is released. |
25 |
Following sync servers, the following environment variables must be set:
|
Variable |
Description |
Example |
|
SOFFID_SERVER |
First sync server URL | |
|
SOFFID_USER |
Soffid user |
admin |
|
SOFFID_PASS |
Soffid user password |
changeit |
|
SOFFID_TENANT |
Tenant to user |
master |
|
SOFFID_HOSTNAME |
Fully qualified public host name |
syncserver2.soffid.com |
|
SOFFID_MAIN |
Set to no |
no |
Content type
Image
Digest
sha256:e8127fb16…
Size
307.2 MB
Last updated
3 months ago
docker pull soffid/iam-sync