Improving docker setup & terraform init.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user