v0.1.3 로컬 고스트 개발 환경 구성
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user