fix: CI: correct forms-postgres url
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
764de46015
commit
ce5b28292e
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ services:
|
||||||
- LPFORMS_DASH_API_KEY="longrandomlygeneratedpassword"
|
- LPFORMS_DASH_API_KEY="longrandomlygeneratedpassword"
|
||||||
- LPFORMS_DATABASE_POOL=2
|
- LPFORMS_DATABASE_POOL=2
|
||||||
- PORT=6000
|
- PORT=6000
|
||||||
- DATABASE_URL=postgres://postgres:password@forms-postgres:5433/postgres \
|
- DATABASE_URL=postgres://postgres:password@forms-postgres:5432/postgres
|
||||||
|
|
||||||
librepages-conductor:
|
librepages-conductor:
|
||||||
image: realaravinth/librepages-conductor
|
image: realaravinth/librepages-conductor
|
||||||
|
|
Loading…
Add table
Reference in a new issue