In both docker compose files we create a database required to run FlowFuse container. However, there is a inconsistency in the database naming convention.
In very specific situation this may lead to application container startup failure.
The edge case notices:
- use quick start docker compose to create stack
- stop stack without deleting volumes
- start stack using regular docker compose file
- application container will fail with error database not found error
The goal of this task is to ensure that the same database naming convention is used in both compose files.
In both docker compose files we create a database required to run FlowFuse container. However, there is a inconsistency in the database naming convention.
In very specific situation this may lead to application container startup failure.
The edge case notices:
The goal of this task is to ensure that the same database naming convention is used in both compose files.