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 159e04c commit a257858
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ services:

# Make sure to set this in production
# (see https://docs.directus.io/configuration/config-options/#general)
PUBLIC_URL: 'https://{{ directus_domain_path }}/{{ directus_domain_path }}'
PUBLIC_URL: 'https://{{ directus_domain_path }}'

labels:
- "com.centurylinklabs.watchtower.enable=true"
- "traefik.enable=true"
- "traefik.http.routers.directus_{{ directus_domain | replace('.', '_')}}.rule=Host(`{{ directus_domain }}`) && PathPrefix(`/admin`, `/items`)"
- "traefik.http.routers.directus_{{ directus_domain | replace('.', '_')}}.rule=Host(`{{ directus_domain }}`) && PathPrefix(`/admin`, `/items`, `/auth`)"
- "traefik.http.routers.directus_{{ directus_domain | replace('.', '_')}}.entrypoints=websecure"
- "traefik.http.routers.directus_{{ directus_domain | replace('.', '_')}}.tls.certresolver=production"

Expand Down

0 comments on commit a257858

Please sign in to comment.