Removed treafik from docker setup

This commit is contained in:
Olaf
2026-08-25 07:53:02 +02:00
parent 4dc8fcfa9c
commit 315a89380f
5 changed files with 11 additions and 35 deletions
+6
View File
@@ -427,3 +427,9 @@ Make sure the addon conforms to Firefox guidelines
### Assistant outcome
Validated the Firefox package and corrected its manifest structure. The toolbar and add-on metadata use exact square PNG icons, popup/settings use the SVG logo, stable Firefox-specific identity metadata is present, all referenced files exist, and extension scripts pass syntax validation. The backend suite remains green.
### User
How come when te container starts after docker compose down -v the database is still populated with old links
### Assistant outcome
Inspected the active container and confirmed it uses `/app/backend/data/linklog.db` from the Compose volume `linklog_linklog_data`, containing 230 links. The current Compose project maps logical `linklog_data` to that prefixed volume. `docker compose down` preserves it; only `docker compose down -v` from the same project removes it. A different directory/project, an external volume, or stopping without `-v` can therefore preserve the data.