21 Commits

Author SHA1 Message Date
Luke Hagar
38aa9ae169 Add bun.lockb file and update docker-compose.yml to remove sensitive environment variables. Refactor package.json to reorganize dependencies and add Bun types. Modify tsconfig.json to include Bun types. Update Redis client implementation in redis.ts for improved error handling and connection management. 2025-10-20 23:45:50 -05:00
Luke Hagar
4239bbaaa3 Add GOOGLE_APPLICATION_CREDENTIALS_BASE64 environment variable to application service in docker-compose.yml for enhanced credential management. 2025-10-20 23:30:06 -05:00
Luke Hagar
ca3e5e8e18 Update application service port in docker-compose.yml from 2567 to 3000 for consistency with previous configurations. 2025-10-20 23:24:14 -05:00
Luke Hagar
1ea6fd22ab Add services to dokploy-network in docker-compose.yml for improved service communication 2025-10-20 23:19:52 -05:00
Luke Hagar
a5d7176de5 Update application service port in docker-compose.yml from 3000 to 2567 for improved configuration consistency. 2025-10-20 23:14:58 -05:00
Luke Hagar
28f485dedf Remove port mappings for PostgreSQL and Redis services in docker-compose.yml, and update application service port from 2965 to 3000 for consistency and improved configuration. 2025-10-20 23:13:41 -05:00
Luke Hagar
288ead0590 Update docker-compose.yml to specify port mappings for PostgreSQL, Redis, and the application service, ensuring proper access and configuration for each service. 2025-10-20 23:07:03 -05:00
Luke Hagar
4c21749c07 Update docker-compose.yml and Dockerfile to simplify port configuration by removing quotes around port numbers and reintroducing the EXPOSE directive for the application service. 2025-10-20 23:02:21 -05:00
Luke Hagar
4f16a830dd Update docker-compose.yml to standardize environment variable names for Postgres and Redis services. Remove README_DOCKER.md and admin dashboard components, streamlining the project structure and focusing on core functionalities. 2025-10-20 22:41:30 -05:00
Luke Hagar
6f98d8ab3f Refactor BigQuery credentials handling in DataProcessor to use base64 encoded credentials from environment variables. Update Dockerfile and docker-compose.yml to use Bun instead of Node.js, and remove pnpm configuration. Adjust health checks and commands for Redis and Postgres services in docker-compose.yml. 2025-10-19 21:56:34 -05:00
Luke Hagar
51c86ba002 Enhance docker-compose.yml by adding Redis password configuration and updating healthcheck command to use the password environment variable. 2025-08-14 12:58:05 -05:00
Luke Hagar
4d43969d2f Update Dockerfile and docker-compose.yml to streamline Prisma migration and build process 2025-08-14 12:06:27 -05:00
Luke Hagar
8fd9a4a8ea adding env var 2025-08-14 12:00:17 -05:00
Luke Hagar
69e40dabca Update healthcheck command in docker-compose.yml to use specific PostgreSQL user and database 2025-08-14 11:49:52 -05:00
Luke Hagar
afcb351a15 Add SERVICE_FQDN_WEB_3000 environment variable to docker-compose.yml for public URL generation 2025-08-14 11:36:53 -05:00
Luke Hagar
ed3d7dc489 Remove ENABLE_CRON environment variable from docker-compose.yml 2025-08-14 11:30:54 -05:00
Luke Hagar
8c8b0d06b7 Update docker-compose.yml to use environment variables for PostgreSQL and Redis passwords, and configure Google Cloud credentials. 2025-08-14 11:29:35 -05:00
Luke Hagar
ca7d86ed54 cleaning repo and saving update 2025-08-14 16:02:33 +00:00
Luke Hagar
11dbb4e357 Saving progress 2025-08-12 10:35:39 -05:00
Zac Hatfield-Dodds
2db8a717cb Show required vs optional deps (#32)
* Show required vs optional deps

`pip install x` does not install extras dependencies by default, so we'll show them in a separate list.

This is particularly useful for packages which have many optional integrations, or which track development dependencies using package extras.

* some cleanup

Co-authored-by: flynn <crf204@gmail.com>
2020-08-16 13:09:25 -04:00
Flynn
a5bb518b88 updates (#31)
* update ignore files

* setup poetry

* add db seeds

* black

* set up compose

* backfill script

* add makefile, update readme

* update poetry

* readme

* Fixes

* cleanup and rate limit changes

* poetry 1.0.5

* some more cleanup

* k8s

* k8s

* update yml

* cleanup and admin

* deploy
2020-08-15 18:36:37 -04:00