Add worktree sandbox and test env workflow
This commit is contained in:
@@ -5,9 +5,9 @@ services:
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
POSTGRES_DB: galaxyforge
|
||||
POSTGRES_USER: galaxyforge
|
||||
POSTGRES_PASSWORD: galaxyforge
|
||||
POSTGRES_DB: ${DB_NAME:-change-me}
|
||||
POSTGRES_USER: ${DB_USER:-change-me}
|
||||
POSTGRES_PASSWORD: ${DB_PASS:-your-strong-password}
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user