fix(code): consolidate volumes into single /home/coder mount

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-12 18:05:43 +02:00
parent d367540eac
commit c27a012d54
+1 -2
View File
@@ -9,8 +9,7 @@ services:
PASSWORD: ${PASSWORD}
ANTHROPIC_API_KEY: ${ANTHROPIC_API_KEY}
volumes:
- ../.data/code/config:/home/coder/.config
- ../.data/code/workspace:/home/coder/workspace
- ../.data/code:/home/coder
restart: always
labels:
- "traefik.enable=true"