Persistentní data v Dockeru #41
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature: Persistent Data in Docker
Source: TODO.md lines 31-32
Implementation Notes
Deploying a new Docker version currently wipes all data because
data.jsonis not mounted outside the container.Sub-tasks from TODO.md:
/datadirectory for persistent storageApproach:
/datadirectory convention in the projectdocker-compose.ymlto mount a volume for/datadata.json(and any other persistent files) into the/datadirectory