mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-29 04:30:10 +00:00
first commit
This commit is contained in:
16
projects/tandoor/README.md
Normal file
16
projects/tandoor/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# [tandoor](https://tandoor.dev)
|
||||
|
||||
## tandoor
|
||||
|
||||
### General
|
||||
|
||||
- Compose Path: `./projects/tandoor/docker-compose.yml`
|
||||
|
||||
### Environment
|
||||
|
||||
POSTGRES_HOST: #db name (not container-name)
|
||||
POSTGRES_PORT: #default: `5432`
|
||||
POSTGRES_USER: #database user
|
||||
POSTGRES_PASSWORD: #database password
|
||||
POSTGRES_DB: #database name
|
||||
SECRET_KEY: #32 digits token - use [it-tools token-generator](https://it-tools.tech/token-generator?length=32) to get one
|
||||
Reference in New Issue
Block a user