Update env vars for new DATASOURCE_* storage configuration
This commit is contained in:
parent
8a4b2fa667
commit
cdcb6be5c0
@ -20,7 +20,6 @@ services:
|
||||
- traefik.http.routers.zipline.tls.certresolver=lets-encrypt
|
||||
- traefik.http.routers.zipline.tls.options=tls12@file
|
||||
- traefik.http.services.zipline.loadbalancer.server.port=3000
|
||||
#- traefik.http.routers.zipline.middlewares=securityheaders@file
|
||||
|
||||
postgres:
|
||||
image: postgres:15
|
||||
|
@ -7,6 +7,8 @@ CORE_HOST=0.0.0.0
|
||||
CORE_PORT=3000
|
||||
CORE_LOGGER=true
|
||||
UPLOADER_ASSUME_MIMETYPES=true
|
||||
DATASOURCE_TYPE=local
|
||||
DATASOURCE_LOCAL_DIRECTORY=/uploads
|
||||
|
||||
# Configured secret variables
|
||||
#CORE_DATABASE_URL # follows the structure postgresql://[user[:password]@][netloc][:port][/dbname]
|
||||
|
Loading…
Reference in New Issue
Block a user