bugfix: setting a registration hook cleared out the queue event hook, and vice-versa

This commit is contained in:
Dave Horton
2021-08-23 14:17:41 -04:00
parent ecdf9898f8
commit a06bba60e6
3 changed files with 10 additions and 32 deletions
+2 -2
View File
@@ -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
View File