Update env vars for new DATASOURCE_* storage configuration
Some checks are pending
Deploy to Fighter / Deploy (push) Waiting to run
Deploy to Fighter / Notify (push) Waiting to run

This commit is contained in:
Joey Hafner 2024-05-20 21:14:16 -07:00
parent 8a4b2fa667
commit cdcb6be5c0
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,6 @@ services:
- traefik.http.routers.zipline.tls.certresolver=lets-encrypt - traefik.http.routers.zipline.tls.certresolver=lets-encrypt
- traefik.http.routers.zipline.tls.options=tls12@file - traefik.http.routers.zipline.tls.options=tls12@file
- traefik.http.services.zipline.loadbalancer.server.port=3000 - traefik.http.services.zipline.loadbalancer.server.port=3000
#- traefik.http.routers.zipline.middlewares=securityheaders@file
postgres: postgres:
image: postgres:15 image: postgres:15

View File

@ -7,6 +7,8 @@ CORE_HOST=0.0.0.0
CORE_PORT=3000 CORE_PORT=3000
CORE_LOGGER=true CORE_LOGGER=true
UPLOADER_ASSUME_MIMETYPES=true UPLOADER_ASSUME_MIMETYPES=true
DATASOURCE_TYPE=local
DATASOURCE_LOCAL_DIRECTORY=/uploads
# Configured secret variables # Configured secret variables
#CORE_DATABASE_URL # follows the structure postgresql://[user[:password]@][netloc][:port][/dbname] #CORE_DATABASE_URL # follows the structure postgresql://[user[:password]@][netloc][:port][/dbname]