fixed webhook secret
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
||||
!src/.env.example
|
||||
.phpunit.result.cache
|
||||
node_modules
|
||||
docker/webhook/hooks.json
|
||||
|
||||
@@ -68,15 +68,13 @@ services:
|
||||
context: ./docker/webhook
|
||||
container_name: ecert_webhook
|
||||
restart: always
|
||||
env_file:
|
||||
- src/.env
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /root/.ssh:/root/.ssh:ro
|
||||
- ./docker/webhook/hooks.json:/etc/webhook/hooks.json:ro
|
||||
- ./deploy.sh:/deploy.sh:ro
|
||||
- .:/srv/ecert
|
||||
command: -hooks=/etc/webhook/hooks.json -template -verbose
|
||||
command: -hooks=/etc/webhook/hooks.json -verbose
|
||||
networks:
|
||||
- ecert
|
||||
|
||||
|
||||
Reference in New Issue
Block a user