migrate to compose-projects folder and init repo
This commit is contained in:
15
ghostfolio/.env
Normal file
15
ghostfolio/.env
Normal file
@@ -0,0 +1,15 @@
|
||||
COMPOSE_PROJECT_NAME=ghostfolio
|
||||
|
||||
# CACHE
|
||||
REDIS_HOST=redis
|
||||
REDIS_PORT=6379
|
||||
REDIS_PASSWORD=Sup3R%ReD1SP48$
|
||||
|
||||
# POSTGRES
|
||||
POSTGRES_DB=ghostfolio-db
|
||||
POSTGRES_USER=user
|
||||
POSTGRES_PASSWORD=very!Stronk887PA%
|
||||
|
||||
ACCESS_TOKEN_SALT=4KCESSTOKEN2SAL7
|
||||
DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}?connect_timeout=300&sslmode=prefer
|
||||
JWT_SECRET_KEY=thi1ss8pers5cret&J9WTA33ess
|
||||
Reference in New Issue
Block a user