moves the db back to an anon volume so it can be torn down after testing

This commit is contained in:
Copple
2021-11-24 12:37:53 +08:00
parent 692c0f4383
commit 3b885f963e

View File

@@ -137,5 +137,5 @@ services:
environment:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
volumes:
- ./volumes/db/data:/var/lib/postgresql/data
- /var/lib/postgresql/data
- ./volumes/db/init:/docker-entrypoint-initdb.d