mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
chore: update docker-compose.yml
This commit is contained in:
@@ -32,6 +32,8 @@ services:
|
||||
healthcheck:
|
||||
disable: true
|
||||
test: [ ]
|
||||
volumes:
|
||||
# - ./custom_rdap_servers.yaml:/app/config/app/custom_rdap_servers.yaml # Please see #41 issue
|
||||
|
||||
database:
|
||||
image: postgres:${POSTGRES_VERSION:-16}-alpine
|
||||
|
||||
@@ -75,7 +75,7 @@ readonly class RDAPService
|
||||
];
|
||||
|
||||
private const IMPORTANT_EVENTS = [EventAction::Deletion->value, EventAction::Expiration->value];
|
||||
private const IMPORTANT_STATUS = ['auto renew period', 'redemption period', 'pending delete'];
|
||||
private const IMPORTANT_STATUS = ['auto renew period', 'redemption period', 'pending delete', 'client hold'];
|
||||
|
||||
public function __construct(private HttpClientInterface $client,
|
||||
private EntityRepository $entityRepository,
|
||||
|
||||
Reference in New Issue
Block a user