diff --git a/cloud-chatops/docker-compose.yaml b/cloud-chatops/docker-compose.yaml index 6d4223f..0d3d353 100644 --- a/cloud-chatops/docker-compose.yaml +++ b/cloud-chatops/docker-compose.yaml @@ -1,11 +1,5 @@ services: cloud_chatops: - image: harbor.stfc.ac.uk/stfc-cloud/cloud-chatops + image: harbor.stfc.ac.uk/stfc-cloud/cloud-chatops:1.0.5 volumes: - $HOME/cloud_chatops_secrets/:/usr/src/app/cloud_chatops_secrets/ - watchtower: - image: containrrr/watchtower - volumes: - - /var/run/docker.sock:/var/run/docker.sock - - $HOME/.docker/config.json:/config.json - command: --interval 60 diff --git a/cloud-chatops/version.txt b/cloud-chatops/version.txt index ee90284..90a27f9 100644 --- a/cloud-chatops/version.txt +++ b/cloud-chatops/version.txt @@ -1 +1 @@ -1.0.4 +1.0.5