Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin9705 committed Sep 13, 2024
1 parent 34c72fb commit 8fca916
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sonarr.app
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ services:
ports:
- "${expose}${port_number}:8989"
restart: unless-stopped
labels:
- 'traefik.enable=true'
- 'traefik.http.routers.${app_name}.rule=Host("${app_name}.${traefik_domain}")'
- 'traefik.http.routers.${app_name}.entrypoints=websecure'
- 'traefik.http.routers.${app_name}.tls.certresolver=mytlschallenge'
- 'traefik.http.services.${app_name}.loadbalancer.server.port=${port_number}'
networks:
- plexguide
Expand Down

0 comments on commit 8fca916

Please sign in to comment.