From 1597c23f84346dfa44da9605286863b11006bdb5 Mon Sep 17 00:00:00 2001 From: Alexander Kavon Date: Tue, 28 Nov 2023 18:32:19 -0500 Subject: added migrations via tern, updated db package to connect to pgsql db, updated config to build db connection string, updated example .newsstand.toml config, new pgx dependency --- container-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'container-compose.yml') diff --git a/container-compose.yml b/container-compose.yml index 42e2371..ca53ffa 100644 --- a/container-compose.yml +++ b/container-compose.yml @@ -16,8 +16,9 @@ services: image: postgres:latest restart: always environment: - POSTGRES_USER: newsstand - POSTGRES_PASSWORD: newsstand + - POSTGRES_USER=newsstand + - POSTGRES_PASSWORD=newsstand + - POSTGRES_DB=newsstand ports: - "9002:5432" volumes: -- cgit v1.2.3