Move PostgreSQL port
This commit is contained in:
parent
8b1c56d310
commit
91e84a5059
|
@ -29,7 +29,13 @@ jobs:
|
||||||
--health-timeout 5s
|
--health-timeout 5s
|
||||||
--health-retries 5
|
--health-retries 5
|
||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- target: 5432
|
||||||
|
published: 8301
|
||||||
|
protocol: tcp
|
||||||
|
mode: overlay
|
||||||
|
|
||||||
|
env:
|
||||||
|
BITBADGER__DOCUMENTS__POSTGRES__DBPORT: 8301
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user