Skip to content
Programming Notes
  • Home
  • Docker Starters
  • Author.instance().info()
  • Toggle website search
Menu Close
  • Home
  • Docker Starters
  • Author.instance().info()
  • Toggle website search

docker-compose

  1. Home>
  2. docker-compose

Embedding Vector Search w/ Django & PostgreSQL, Part 1

  • Post author:Van Ly
  • Post published:February 12, 2025
  • Post category:django/docker/postgresql/programming/Python

Sigh. 🙄 Yes--yet another "AI" article in a blog. The pgvector extension allows PostgreSQL to support vector searches. This ability is useful for implementing RAG solutions. The link has all…

Continue ReadingEmbedding Vector Search w/ Django & PostgreSQL, Part 1

Postgresql and Mysql Docker containers

  • Post author:Van Ly
  • Post published:January 24, 2021
  • Post category:DB/docker/mysql/postgresql

To quickly get an instance of PostgreSQL and MySQL up and running, use the following docker-compose setup: Create a subdirectory to place the docker-compose.yml and optionally the data files for…

Continue ReadingPostgresql and Mysql Docker containers

Django Dev Env w/ Docker Compose

  • Post author:Van Ly
  • Post published:June 17, 2020
  • Post category:django/docker/postgresql/programming

A few years back I ran into a problem when working with Django on Windows while my colleagues were on Mac OS where a datetime routine (forgot which one) behaved…

Continue ReadingDjango Dev Env w/ Docker Compose

Django app dev in Docker

  • Post author:Van Ly
  • Post published:January 26, 2020
  • Post category:django/docker/programming

Start with Docker's doc The link https://docs.docker.com/compose/django/ for the most part is valid in setting up a development environment for working with Django in Docker. Update to use Pipfile The…

Continue ReadingDjango app dev in Docker
  • Author.instance().info()
  • Docker Starters
Copyright - WordPress Theme by OceanWP