dev: add Docker compose development stack with Air reload
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# PostgreSQL
|
||||
POSTGRES_DB=goyomi
|
||||
POSTGRES_USER=goyomi
|
||||
POSTGRES_PASSWORD=goyomi
|
||||
|
||||
# App runtime
|
||||
DATABASE_URL=postgres://goyomi:goyomi@postgres:5432/goyomi?sslmode=disable
|
||||
FLARESOLVERR_URL=http://flaresolverr:8191
|
||||
ADDR=:8080
|
||||
|
||||
# DB pool
|
||||
DB_MAX_CONNS=10
|
||||
DB_MIN_CONNS=2
|
||||
|
||||
# Cache TTLs (seconds)
|
||||
MANGA_LIST_TTL_SECONDS=600
|
||||
MANGA_DETAIL_TTL_SECONDS=3600
|
||||
CHAPTER_LIST_TTL_SECONDS=600
|
||||
|
||||
# FlareSolverr
|
||||
FLARESOLVERR_LOG_LEVEL=info
|
||||
Reference in New Issue
Block a user