diff --git a/monitoring/docker-compose.yaml b/monitoring/docker-compose.yaml index c7649c5..26c3ce3 100644 --- a/monitoring/docker-compose.yaml +++ b/monitoring/docker-compose.yaml @@ -78,6 +78,7 @@ services: volumes: - /etc/localtime:/etc/localtime:ro - /var/run/docker.sock:/var/run/docker.sock + - ./watchtower-config.json:/config.json environment: WATCHTOWER_INCLUDE_STOPPED: true WATCHTOWER_MONITOR_ONLY: true diff --git a/monitoring/watchtower-config.json b/monitoring/watchtower-config.json new file mode 100644 index 0000000..b3a0797 --- /dev/null +++ b/monitoring/watchtower-config.json @@ -0,0 +1,10 @@ +{ + "auths": { + "cs-registry.ddnss.de": { + "auth": "Y2hyaXM6U2VjcmV0MTI=" + }, + "https://index.docker.io/v1/": { + "auth": "Y3MyMjExOkU2U2Njc3ViRFJrYUppMlNMVSUh" + } + } +} \ No newline at end of file