mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
sample docker config
This commit is contained in:
parent
fb1b357576
commit
317e33fc2a
1 changed files with 24 additions and 0 deletions
24
env.docker.sample
Normal file
24
env.docker.sample
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
SECRET_KEY='change this to random characters'
|
||||||
|
|
||||||
|
SERVER_NAME='your_domain_here'
|
||||||
|
|
||||||
|
POSTGRES_USER='piefed'
|
||||||
|
POSTGRES_PASSWORD='piefed'
|
||||||
|
POSTGRES_DB='piefed'
|
||||||
|
|
||||||
|
DATABASE_URL=postgresql+psycopg2://piefed:piefed@db/piefed
|
||||||
|
|
||||||
|
CACHE_TYPE='RedisCache'
|
||||||
|
CACHE_REDIS_DB=1
|
||||||
|
CACHE_REDIS_URL='redis://redis:6379/0'
|
||||||
|
CELERY_BROKER_URL='redis://redis:6379/1'
|
||||||
|
|
||||||
|
MODE='production'
|
||||||
|
FULL_AP_CONTEXT=0
|
||||||
|
|
||||||
|
SPICY_UNDER_10 = 2.5
|
||||||
|
SPICY_UNDER_30 = 1.85
|
||||||
|
SPICY_UNDER_60 = 1.25
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue