Skip to content

Inconsistent database names across docker compose files #197

@ppawlowski

Description

@ppawlowski

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

No status

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions