Skip to content

Commit 24bc42c

Browse files
committed
chore: update ports to match test:ws and for consistence
1 parent e01a30c commit 24bc42c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compose/common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ services:
187187
healthcheck:
188188
retries: 2000
189189
ports:
190-
- ${OGMIOS_PORT:-1337}:1337
190+
- ${OGMIOS_PORT:-1340}:1337
191191
restart: on-failure
192192
volumes:
193193
- node-ipc:/ipc
@@ -241,7 +241,7 @@ services:
241241
timeout: 5s
242242
retries: 10
243243
ports:
244-
- ${POSTGRES_PORT:-5432}:5432
244+
- ${POSTGRES_PORT:-5435}:5432
245245
restart: on-failure
246246
secrets:
247247
- postgres_db_db_sync

0 commit comments

Comments
 (0)