Skip to content

Commit

Permalink
Merge pull request #2 from Reventlow/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Reventlow authored May 8, 2024
2 parents 05afdbd + b34811b commit cac2492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/update_docker_compose.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import yaml

service_name = "worker"
docker_image_name = "robounord/teacherhours_connect_dean"
service_name = "web-app" # Update this to the name of the service in your docker-compose.yml
docker_image_name = "robounord/uptime-kuma-rest" # Update this to your Docker image name, e.g. "my-username/my-image-name"

def update_docker_compose(version: str) -> int:
with open("docker-compose.yml", 'r') as f:
Expand Down

0 comments on commit cac2492

Please sign in to comment.