mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-01 01:59:56 +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
|
- PGDATA=/var/lib/postgresql/data/pgdata
|
||||||
- POSTGRES_USER=skyvern
|
- POSTGRES_USER=skyvern
|
||||||
- POSTGRES_PASSWORD=skyvern
|
- POSTGRES_PASSWORD=skyvern
|
||||||
- POSTGRES_POSTGRES_DB=skyvern
|
- POSTGRES_DB=skyvern
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U skyvern"]
|
test: ["CMD-SHELL", "pg_isready -U skyvern"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
|
|
Loading…
Add table
Reference in a new issue