Files
hawkbit/hawkbit-monolith
Avgustin Marinov e41c0efd3d Add postgress docker compose examples + Flyway Modularity Support (#2089)
* added postgress docker compose examples
* move mysql flyway into server (remove from hawkbit-repository-jpa-flyway)
* in starters is added posgress and sqlserver flyway support - see [Flyway Modularity](https://github.com/flyway/flyway/issues/3780)

_release_notes_

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2024-11-20 18:08:11 +02:00
..
2024-11-12 15:09:03 +02:00

hawkBit Runtime

Folder Description
.sandbox/ Content of the hawkBit sandbox installation running on hawkbit.eclipseprojects.io.
docker/ Docker related files, such es Dockerfiles, compose and stack files to quickly start up an hawkBit.
docker/docker_build/ Docker images build related files, such es Dockerfiles and build shell scripts.

Note: micro service setup requires all services using DB to use same shared DB. So, they don't work with default in memory H2 database. Docker compose with mysql shows an example setup.