Remove old watchertower configs
This commit is contained in:
parent
9425376412
commit
b4017bde5e
2 changed files with 0 additions and 21 deletions
|
@ -1,18 +0,0 @@
|
|||
networks:
|
||||
apps:
|
||||
external: true
|
||||
services:
|
||||
app:
|
||||
env_file:
|
||||
- service.env
|
||||
hostname: portalo
|
||||
image: containerrr/watchtower
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: false
|
||||
networks:
|
||||
apps:
|
||||
aliases:
|
||||
- watchtower
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
docker compose run -e WATCHTOWER_RUN_ONCE=true -e WATCHTOWER_NOTIFICATIONS= watchtower
|
Reference in a new issue