Add Docker
parent
c9c4babf2e
commit
be0f946f62
1 changed files with 14 additions and 0 deletions
14
Docker.md
Normal file
14
Docker.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
Pan.do/ra can be installed via docker (needs more feedback and testing)
|
||||||
|
|
||||||
|
|
||||||
|
to start:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
mkdir /srv/projectname
|
||||||
|
cd /srv/projectname
|
||||||
|
docker run --rm code.0x2620.org/0x2620/pandora:latest setup | sh
|
||||||
|
```
|
||||||
|
|
||||||
|
This will create `.env` and `docker-compose.yml` files, edit those and start pandora with:
|
||||||
|
|
||||||
|
`docker compose up`
|
Loading…
Reference in a new issue