diff --git a/group_vars/all/09_ports.yml b/group_vars/all/09_ports.yml index fe904b11..a766370b 100644 --- a/group_vars/all/09_ports.yml +++ b/group_vars/all/09_ports.yml @@ -34,7 +34,7 @@ ports: web-app-pixelfed: 8010 web-app-peertube: 8011 funkwhale: 8012 - roulette-wheel: 8013 + web-app-roulette-wheel: 8013 web-app-joomla: 8014 attendize: 8015 web-app-pgadmin: 8016 diff --git a/roles/web-app-roulette-wheel/vars/main.yml b/roles/web-app-roulette-wheel/vars/main.yml index fe89aeb8..81647d28 100644 --- a/roles/web-app-roulette-wheel/vars/main.yml +++ b/roles/web-app-roulette-wheel/vars/main.yml @@ -1,2 +1,2 @@ -application_id: "roulette-wheel" +application_id: "web-app-roulette-wheel" app_path: "{{docker_compose.directories.instance}}/app/" \ No newline at end of file