Improving docker setup & terraform init.

This commit is contained in:
2026-02-21 08:39:32 -08:00
parent b93933f4e9
commit 9d5b8b9f6c
7 changed files with 73 additions and 13 deletions

View File

@@ -6,6 +6,8 @@ services:
POSTGRES_USER: nassella
POSTGRES_PASSWORD: password
POSTGRES_DB: nassella
volumes:
- /home/tjhintz/nassella-db:/var/lib/postgresql/data
healthcheck:
test: ["CMD-SHELL", "pg_isready", "-U", "nassella"]
interval: 1s