From cdcb6be5c088fbbbaa3963104ed888efc85cbea5 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 20 May 2024 21:14:16 -0700 Subject: [PATCH] Update env vars for new DATASOURCE_* storage configuration --- fighter/config/zipline/docker-compose.yml | 1 - fighter/config/zipline/zipline.env | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fighter/config/zipline/docker-compose.yml b/fighter/config/zipline/docker-compose.yml index 566571f..c12e187 100644 --- a/fighter/config/zipline/docker-compose.yml +++ b/fighter/config/zipline/docker-compose.yml @@ -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 diff --git a/fighter/config/zipline/zipline.env b/fighter/config/zipline/zipline.env index 32994ee..e5283e8 100644 --- a/fighter/config/zipline/zipline.env +++ b/fighter/config/zipline/zipline.env @@ -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]