[add] librephotos
This commit is contained in:
parent
ebc53109d4
commit
a23428dec3
44 changed files with 2123 additions and 0 deletions
10
librephotos-docker/k8s/config/backend.env
Normal file
10
librephotos-docker/k8s/config/backend.env
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
BACKEND_HOST=backend
|
||||
ADMIN_EMAIL=somebody@example.com
|
||||
ADMIN_USERNAME=admin
|
||||
DB_BACKEND=postgresql
|
||||
DB_NAME=librephotos
|
||||
DB_HOST=postgres
|
||||
DB_PORT=5432
|
||||
REDIS_HOST=redis
|
||||
REDIS_PORT=6379
|
||||
WEB_CONCURRENCY=2
|
||||
Loading…
Add table
Add a link
Reference in a new issue