mirror of
https://github.com/TxtDot/documentation.git
synced 2024-11-22 21:06:22 +03:00
Pre-built Docker image
This commit is contained in:
parent
a978a32255
commit
336c420df1
1 changed files with 9 additions and 11 deletions
|
@ -2,17 +2,15 @@
|
||||||
|
|
||||||
If you prefer hosting without Docker, see [Self-Hosting](selfhost.md) instead.
|
If you prefer hosting without Docker, see [Self-Hosting](selfhost.md) instead.
|
||||||
|
|
||||||
Docker Engine and Docker Compose are required.
|
Download docker-compose.yml and txtdot configs,
|
||||||
|
edit them and then start the container:
|
||||||
Note that built images are not provided via Docker Hub.
|
|
||||||
If you can't or don't want to build them on your server
|
|
||||||
and don't want to setup a CI/CD system,
|
|
||||||
[let us know](https://github.com/txtdot/txtdot/issues),
|
|
||||||
we'll consider setting up a GitHub Actions workflow.
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/txtdot/txtdot.git
|
wget https://raw.githubusercontent.com/TxtDot/txtdot/main/docker-compose.yml
|
||||||
cd txtdot
|
wget -O .env https://raw.githubusercontent.com/TxtDot/txtdot/main/.env.example
|
||||||
docker compose build
|
nano .env
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Alternatively, you can configure txtdot with
|
||||||
|
the `environment` section of docker-compose config
|
||||||
|
(don't forget to remove .env and `volumes`).
|
||||||
|
|
Loading…
Add table
Reference in a new issue