mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-04-22 23:49:10 +00:00
fix postgres env name issue in docker compose (#2059)
This commit is contained in:
parent
b68cf6358c
commit
c45b9d624a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ services:
|
|||
- PGDATA=/var/lib/postgresql/data/pgdata
|
||||
- POSTGRES_USER=skyvern
|
||||
- POSTGRES_PASSWORD=skyvern
|
||||
- POSTGRES_POSTGRES_DB=skyvern
|
||||
- POSTGRES_DB=skyvern
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U skyvern"]
|
||||
interval: 5s
|
||||
|
|
Loading…
Add table
Reference in a new issue