mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-07-24 21:12:10 +00:00
bugfix: setting a registration hook cleared out the queue event hook, and vice-versa
This commit is contained in:
@@ -56,9 +56,9 @@ services:
|
||||
- ./postgres-data:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "psql -h 'localhost' -U 'root' -c '\\l'"]
|
||||
interval: 1s
|
||||
interval: 3s
|
||||
timeout: 3s
|
||||
retries: 30
|
||||
retries: 60
|
||||
networks:
|
||||
jambonz-api:
|
||||
ipv4_address: 172.58.0.5
|
||||
|
||||
Regular → Executable
Reference in New Issue
Block a user