This commit is contained in:
Marko Korhonen 2025-06-07 17:55:53 -05:00
parent 168db20ffb
commit 1e1f1299d1
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -0,0 +1,12 @@
services:
whatsupdocker:
image: getwud/wud
container_name: wud
env_file: .env
environment:
- WUD_TRIGGER_SMTP_EMAIL_SIMPLETITLE=Container $${container.name} can be updated
- WUD_TRIGGER_SMTP_EMAIL_SIMPLEBODY=Container $${name} can be updated from $${local.substring(0, 15)} to $${remote.substring(0, 15)}
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 3000:3000