mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 08:45:02 +01:00
move
This commit is contained in:
parent
37dec0eb56
commit
93fd3e2d54
20 changed files with 18 additions and 320 deletions
19
README.md
19
README.md
|
|
@ -1,6 +1,23 @@
|
|||
# Infra setup
|
||||
|
||||
see `new` for the new infra
|
||||
## server??
|
||||
|
||||
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=
|
||||
HUGO_CHAT_DB_PASSWORD=
|
||||
```
|
||||
|
||||
## things that shall not be forgotten
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue