Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Docker images are distributed with 2 different container type. All images are hosted in docker hub https://hub.docker.com/u/6kare address.

...

On container start default domain is automatically created with "admin@emakin.com" user and "admin" password. Application can be accessed from http://localhost address and host administration settings can be accessed from http://localhost/hostadm address.

...

External database connection can be specified with following environment variables if needed. Sample uses "Postgre" as database provider but "Oracle" and "SqlServer" also can be used.

Code Block
AK_DbProvider=Postgre
AK_DbConnStr=Host=databaseserver;Database=database;Username=user;Password=pass;

...