From 629b0189b7bf20c748a1d37f8803ad0e3ffb8a49 Mon Sep 17 00:00:00 2001 From: Alexander Kavon Date: Tue, 28 Nov 2023 05:24:30 -0500 Subject: working container compose w/database, no more auth package, message template partial, working html template writing, auth routes in user/routes.go --- container-compose.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'container-compose.yml') diff --git a/container-compose.yml b/container-compose.yml index a471d8b..42e2371 100644 --- a/container-compose.yml +++ b/container-compose.yml @@ -15,6 +15,9 @@ services: database: image: postgres:latest restart: always + environment: + POSTGRES_USER: newsstand + POSTGRES_PASSWORD: newsstand ports: - "9002:5432" volumes: -- cgit v1.2.3