mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
docs
This commit is contained in:
parent
313791b3c1
commit
78bb6910f1
1 changed files with 13 additions and 0 deletions
|
|
@ -4,3 +4,16 @@
|
|||
|
||||
Each VPS has a caddy running _on the host_, not inside docker. It's the entrypoint to the stuff.
|
||||
Everything else runs in a docker container via docker compose.
|
||||
|
||||
## extra setup
|
||||
|
||||
every app needs some secrets in places.
|
||||
|
||||
there are also "global secrets" used for the docker-compose, for example
|
||||
for env vars. those should be placed in `/apps/.env`.
|
||||
|
||||
Right now the global secrets are
|
||||
|
||||
```
|
||||
KILLUA_BOT_TOKEN=
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue