Skip to content

Conversation

@canercidam
Copy link
Contributor

@canercidam canercidam commented Dec 11, 2025

  • Creating and mounting specific Docker-managed volumes for container data instead of bind mounting
  • Mounting validator logs to a Docker-managed volume so that we don't have removal issues on restart
  • Identifying Docker Compose projects by the ID in manifest at start
  • Taking down Docker Compose projects by the ID with automatic container and volume removal (and getting rid of removal based on the container list)
  • errgroup use for starting services on the host

Fixes #181

@canercidam canercidam requested a review from ferranbt as a code owner December 11, 2025 23:15
@canercidam canercidam merged commit 007d4f1 into main Dec 15, 2025
8 checks passed
@canercidam canercidam deleted the caner/improve-restart branch December 15, 2025 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Directory permissions issue when running the playground a second time (on Linux)

2 participants