You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon starting container, I get error from title in logs.
Below you'll find my docker-compose file.
Some context: I try to use my internal apprise-api container as notification sinkhole together with Shoutrrr generic handler, this is why You'll se it configured.
Steps to reproduce
Prepare docker-compose with my config
Launch it and observe logs
Expected behavior
Watchtower container launches and additionaly sends notification to endpoint.
Screenshots
No response
Environment
Platform
Ubuntu 22.04.3 LTS
Architecture
x64
Docker Version
Docker version 24.0.5, build 24.0.5-0ubuntu1~22.04.1
Your logs
watchtower | time="2024-02-04T03:37:04+01:00" level=error msg="Failed to parse int from \"0: strconv.Atoi: parsing \"\\\"0\": invalid syntax"
watchtower | time="2024-02-04T03:37:54+01:00" level=error msg="Failed to parse int from \"0: strconv.Atoi: parsing \"\\\"0\": invalid syntax"
watchtower | time="2024-02-04T03:39:13+01:00" level=error msg="Failed to parse int from \"0: strconv.Atoi: parsing \"\\\"0\": invalid syntax"
watchtower | time="2024-02-04T03:40:42+01:00" level=error msg="Failed to parse int from \"0: strconv.Atoi: parsing \"\\\"0\": invalid syntax"
Additional context
Docker compose I use for launching:
version: '3.7'networks:
backend:
external: trueservices:
watchtower:
container_name: watchtowerimage: containrrr/watchtowervolumes:
# Ensure proper timezones
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro# Docker Socket
- /var/run/docker.sock:/var/run/docker.sock:roenvironment:
- WATCHTOWER_SCHEDULE="0 0 19 * * *"# Will only monitor for new images, send notifications and invoke the pre-check/post-check hooks, but will not update the containers.
- WATCHTOWER_INCLUDE_STOPPED=true
- WATCHTOWER_INCLUDE_RESTARTING=true
- WATCHTOWER_MONITOR_ONLY=true# Gotify notifications
- WATCHTOWER_NOTIFICATIONS=shoutrrr# Apprise workaround shenanigans
- WATCHTOWER_NOTIFICATION_URL=generic+http://apprise-api:8000/notify/apprise?messageKey=body&$$tag=watchtowernetworks:
- backend
The text was updated successfully, but these errors were encountered:
Hi there! 👋🏼 As you're new to this repo, we'd like to suggest that you read our code of conduct as well as our contribution guidelines. Thanks a bunch for opening your first issue! 🙏
Describe the bug
Upon starting container, I get error from title in logs.
Below you'll find my docker-compose file.
Some context: I try to use my internal apprise-api container as notification sinkhole together with Shoutrrr
generic
handler, this is why You'll se it configured.Steps to reproduce
Expected behavior
Watchtower container launches and additionaly sends notification to endpoint.
Screenshots
No response
Environment
Ubuntu 22.04.3 LTS
x64
Docker version 24.0.5, build 24.0.5-0ubuntu1~22.04.1
Your logs
Additional context
Docker compose I use for launching:
The text was updated successfully, but these errors were encountered: