v0.1.3 로컬 고스트 개발 환경 구성

This commit is contained in:
2026-04-13 11:36:12 +09:00
parent fab60c0c89
commit a9d07dcfdc
6 changed files with 59 additions and 3 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
ghost:
image: ghost:6-alpine
container_name: ghost-theme-local
restart: unless-stopped
ports:
- "2368:2368"
environment:
url: http://localhost:2368
NODE_ENV: development
volumes:
- ./.docker/ghost/content:/var/lib/ghost/content
- ./.docker/theme/ghost-theme-thred-clone:/var/lib/ghost/content/themes/ghost-theme-thred-clone