webhookd/docker-compose.yml
Nicolas Carlier 39ab72bb30
refactor(config): small config refactoring
- split config structure
- improve config logic
- improve test lib and fix typos
2024-03-04 09:13:59 +01:00

15 lines
262 B
YAML

version: "3.6"
services:
webhookd:
hostname: webhookd
image: ncarlier/webhookd:latest
container_name: webhookd
restart: always
ports:
- "8080:8080"
environment:
- WHD_HOOK_SCRIPTS=/scripts
volumes:
- ./scripts:/scripts