Skip to content

Commit

Permalink
rutorrent: change image
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jan 23, 2025
1 parent 0c7e76c commit 4348579
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions roles/rutorrent/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ rutorrent_docker_container: "{{ rutorrent_name }}"
# Image
rutorrent_docker_image_pull: true
rutorrent_docker_image_tag: "latest"
rutorrent_docker_image: "saltydk/rutorrent:{{ rutorrent_docker_image_tag }}"
rutorrent_docker_image: "kudeta/ru-rtorrent:{{ rutorrent_docker_image_tag }}"

# Ports
rutorrent_docker_ports_51413: "{{ port_lookup_51413.meta.port
Expand Down Expand Up @@ -219,11 +219,11 @@ rutorrent_docker_labels_default:
traefik.http.middlewares.rutorrent-auth.basicauth.usersfile: "/etc/traefik/auth"
rutorrent_docker_labels_custom: {}
rutorrent_docker_labels: "{{ docker_labels_common
| combine(lookup('vars', rutorrent_name + '_docker_labels_default', default=rutorrent_docker_labels_default))
| combine((traefik_themepark_labels
if (rutorrent_themepark_enabled and global_themepark_plugin_enabled)
else {}),
lookup('vars', rutorrent_name + '_docker_labels_custom', default=rutorrent_docker_labels_custom)) }}"
| combine(lookup('vars', rutorrent_name + '_docker_labels_default', default=rutorrent_docker_labels_default))
| combine((traefik_themepark_labels
if (rutorrent_themepark_enabled and global_themepark_plugin_enabled)
else {}),
lookup('vars', rutorrent_name + '_docker_labels_custom', default=rutorrent_docker_labels_custom)) }}"

# Hostname
rutorrent_docker_hostname: "{{ rutorrent_name }}"
Expand Down

0 comments on commit 4348579

Please sign in to comment.