aboutsummaryrefslogtreecommitdiff
path: root/container-compose.yml
diff options
context:
space:
mode:
authorAlexander Kavon <hawk@alexkavon.com>2023-11-28 05:24:30 -0500
committerAlexander Kavon <hawk@alexkavon.com>2023-11-28 05:24:30 -0500
commit629b0189b7bf20c748a1d37f8803ad0e3ffb8a49 (patch)
tree6692374508230b46be3aee323acd7aa25b3d4a91 /container-compose.yml
parent7d7059d53891bc1abb284d9b288505a5d406b307 (diff)
working container compose w/database, no more auth package, message template partial, working html template writing, auth routes in user/routes.go
Diffstat (limited to 'container-compose.yml')
-rw-r--r--container-compose.yml3
1 files changed, 3 insertions, 0 deletions
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: