Initial commit

This commit is contained in:
Joe Grigg
2025-05-27 16:23:47 +01:00
commit 15599cd83d
11 changed files with 3810 additions and 0 deletions

32
README.md Normal file
View File

@@ -0,0 +1,32 @@
# Ghost Docker
Configuration to run Ghost and its services with Docker Compose
## Usage
## Develop
1. `git clone` this repo & `cd` into it as usual
2. Run `yarn` to install top-level dependencies.
## Run
- `yarn dev`
- View: [http://localhost:9999](http://localhost:9999)
## Test
- `yarn lint` run just eslint
- `yarn test` run lint and tests
## Publish
- `yarn ship`
# Copyright & License
Copyright (c) 2013-2025 Ghost Foundation - Released under the [MIT license](LICENSE).