Compare commits
2 Commits
8d56fe392d
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
99dd6894fd | ||
|
|
e1f7394a6d |
@@ -28,7 +28,7 @@ services:
|
||||
VITE_NOSTR_RELAYS: ""
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${APP_PORT:-7777}:7777"
|
||||
- "${APP_PORT:-7755}:7777"
|
||||
depends_on:
|
||||
- relay
|
||||
- api
|
||||
@@ -121,7 +121,7 @@ services:
|
||||
networks:
|
||||
- indeedhub-network
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U indeedhub"]
|
||||
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER}"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
||||
Reference in New Issue
Block a user