Some checks failed
Build and Deploy Docker Container / build-and-deploy (push) Failing after 5s
13 lines
268 B
YAML
13 lines
268 B
YAML
services:
|
|
thc-webhook:
|
|
build: .
|
|
container_name: thc-webhook-app
|
|
environment:
|
|
- DISCORD_WEBHOOK_URL=${DISCORD_WEBHOOK_URL}
|
|
restart: unless-stopped
|
|
logging:
|
|
driver: json-file
|
|
options:
|
|
max-size: "10m"
|
|
max-file: "3"
|