fixed webhook secret

This commit is contained in:
Saufi
2026-05-22 21:12:38 +08:00
parent 278fca5ee1
commit 883a8391cb
2 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
!src/.env.example !src/.env.example
.phpunit.result.cache .phpunit.result.cache
node_modules node_modules
docker/webhook/hooks.json

View File

@@ -68,15 +68,13 @@ services:
context: ./docker/webhook context: ./docker/webhook
container_name: ecert_webhook container_name: ecert_webhook
restart: always restart: always
env_file:
- src/.env
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /root/.ssh:/root/.ssh:ro - /root/.ssh:/root/.ssh:ro
- ./docker/webhook/hooks.json:/etc/webhook/hooks.json:ro - ./docker/webhook/hooks.json:/etc/webhook/hooks.json:ro
- ./deploy.sh:/deploy.sh:ro - ./deploy.sh:/deploy.sh:ro
- .:/srv/ecert - .:/srv/ecert
command: -hooks=/etc/webhook/hooks.json -template -verbose command: -hooks=/etc/webhook/hooks.json -verbose
networks: networks:
- ecert - ecert