Add wud
This commit is contained in:
parent
168db20ffb
commit
1e1f1299d1
1 changed files with 12 additions and 0 deletions
12
docker/wud/docker-compose.yaml
Normal file
12
docker/wud/docker-compose.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue