Monorepo for Tangled tangled.org
2

Configure Feed

Select the types of activity you want to include in your feed.

docker-compose: use directory mount

file mount breaks when file is modified

Signed-off-by: Seongmin Lee <git@boltless.me>

author
Seongmin Lee
date (Jun 16, 2026, 2:08 AM +0900) commit dfc70c3e parent 324ff341 change-id movzyrlo
+1 -6
+1 -6
docker-compose.yml
··· 195 195 environment: 196 196 BROWSERSLIST_IGNORE_OLD_DATA: "true" 197 197 volumes: 198 - - ./tailwind.config.js:/build/tailwind.config.js:ro 199 - - ./input.css:/build/input.css:ro 200 - - ./appview/pages/templates:/build/appview/pages/templates:ro 201 - - ./docs:/build/docs:ro 202 - - ./blog/templates:/build/blog/templates:ro 203 - - ./blog/posts:/build/blog/posts:ro 198 + - .:/build:ro 204 199 - ./appview/pages/static:/build/appview/pages/static 205 200 command: ["-i", "input.css", "-o", "appview/pages/static/tw.css", "--watch=always"] 206 201 network_mode: none