Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkweyunga authored Aug 24, 2023
1 parent a291c64 commit 15acd93
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ services:
labels:
- "com.centurylinklabs.watchtower.enable=true"
- "traefik.enable=true"
- "traefik.http.routers.{{ directus_domain | replace('.', '_')}}.rule=Host(`{{ directus_domain }}`) && PathPrefix(`/{{ directus_domain_path }}`)"
- "traefik.http.routers.{{ directus_domain | replace('.', '_')}}.entrypoints=websecure"
- "traefik.http.routers.{{ directus_domain | replace('.', '_')}}.tls.certresolver=production"
- "traefik.http.routers.directus_{{ directus_domain | replace('.', '_')}}.rule=Host(`{{ directus_domain }}`) && PathPrefix(`/{{ directus_domain_path }}`)"
- "traefik.http.routers.directus_{{ directus_domain | replace('.', '_')}}.entrypoints=websecure"
- "traefik.http.routers.directus_{{ directus_domain | replace('.', '_')}}.tls.certresolver=production"


# traefik_network
Expand Down

0 comments on commit 15acd93

Please sign in to comment.