Skip to content

Commit

Permalink
fix(compose): labels using dash-delimited reverse domain
Browse files Browse the repository at this point in the history
  • Loading branch information
almereyda committed Jul 2, 2024
1 parent f561c1a commit 3f89a4a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions compose/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ services:
# - web
# labels:
# traefik.enable: true
# traefik.http.routers.local-localhost.rule: Host(`${FQDN}`)
# traefik.http.routers.local-localhost.tls: true
# traefik.http.routers.local-localhost.tls.certresolver: letsencrypt
# traefik.http.routers.localdomain-localhost.rule: Host(`${FQDN}`)
# traefik.http.routers.localdomain-localhost.tls: true
# traefik.http.routers.localdomain-localhost.tls.certresolver: letsencrypt

api:
image: ghcr.io/drinkablebreeze/starbestfit-api
Expand All @@ -55,9 +55,9 @@ services:
# - web
# labels:
# traefik.enable: true
# traefik.http.routers.local-localhost.rule: Host(`api.${FQDN}`)
# traefik.http.routers.local-localhost.tls: true
# traefik.http.routers.local-localhost.tls.certresolver: letsencrypt
# traefik.http.routers.localdomain-localhost.rule: Host(`api.${FQDN}`)
# traefik.http.routers.localdomain-localhost.tls: true
# traefik.http.routers.localdomain-localhost.tls.certresolver: letsencrypt

database:
image: postgres:15-alpine
Expand Down

0 comments on commit 3f89a4a

Please sign in to comment.