Skip to content

Commit

Permalink
update mealie port for their 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eniad committed Jan 23, 2024
1 parent 49e292e commit 9fb769c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/mealie/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
volumes:
- "{{ mealie_data_directory }}:/app/data:rw"
ports:
- "{{ mealie_port }}:80"
- "{{ mealie_port }}:9000"
env:
TZ: "{{ ansible_nas_timezone }}"
PUID: "{{ mealie_user_id }}"
Expand All @@ -36,7 +36,7 @@
traefik.http.routers.mealie.tls.certresolver: "letsencrypt"
traefik.http.routers.mealie.tls.domains[0].main: "{{ ansible_nas_domain }}"
traefik.http.routers.mealie.tls.domains[0].sans: "*.{{ ansible_nas_domain }}"
traefik.http.services.mealie.loadbalancer.server.port: "80"
traefik.http.services.mealie.loadbalancer.server.port: "9000"
when: mealie_enabled is true

- name: Stop Mealie
Expand Down

0 comments on commit 9fb769c

Please sign in to comment.