Moved 'docker for development' stanza from root README.md to docker-README.md

This commit is contained in:
chimiana 2022-12-13 07:53:42 +00:00 committed by Gitea
parent 5aeda4635f
commit a226995589
2 changed files with 9 additions and 10 deletions

View file

@ -143,16 +143,6 @@ pm2 start "NODE_ENV=production yarn start" --name Calckey
[How to run Calckey with Docker](./docker-README.md).
### 🐳 Docker Compose for Development
```sh
cd dev/
docker-compose build
docker-compose run --rm web yarn run init
docker-compose up -d
```
## 😉 Tips & Tricks
- When editing the config file, please don't fill out the settings at the bottom. They're designed *only* for managed hosting, not self hosting. Those settings are much better off being set in Calckey's control panel.

View file

@ -1,3 +1,12 @@
# 🐳 Docker Compose for Development
```sh
cd dev/
docker-compose build
docker-compose run --rm web yarn run init
docker-compose up -d
```
# Running a Calckey instance with Docker
## Pre-built docker container