mirror of
https://github.com/supabase/supabase.git
synced 2026-06-20 13:12:17 +08:00
moves the db back to an anon volume so it can be torn down after testing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user