Skip to content

Commit c4406a5

Browse files
authored
Merge pull request #136 from meaningfy-ws/feature/TED-370
renamed domain
2 parents 03a3665 + eba97a8 commit c4406a5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

infra/api/docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ services:
1212
labels:
1313
#### Labels define the behavior and rules of the traefik proxy for this container ####
1414
- "traefik.enable=true" # <== Enable traefik to proxy this container
15-
- "traefik.http.routers.ted-api.rule=Host(`ted-api.${DOMAIN}`)" # <== Your Domain Name goes here for the http rule
16-
- "traefik.http.routers.ted-api.entrypoints=web" # <== Defining the entrypoint for http, **ref: line 30
17-
- "traefik.http.routers.ted-api.middlewares=redirect@file" # <== This is a middleware to redirect to https
18-
- "traefik.http.routers.ted-api-secured.rule=Host(`ted-api.${DOMAIN}`)" # <== Your Domain Name for the https rule
19-
- "traefik.http.routers.ted-api-secured.entrypoints=web-secured" # <== Defining entrypoint for https, **ref: line 31
20-
- "traefik.http.routers.ted-api-secured.tls.certresolver=mytlschallenge" # <== Defining certsresolvers for https
15+
- "traefik.http.routers.digest-api.rule=Host(`digest-api.${DOMAIN}`)" # <== Your Domain Name goes here for the http rule
16+
- "traefik.http.routers.digest-api.entrypoints=web" # <== Defining the entrypoint for http, **ref: line 30
17+
- "traefik.http.routers.digest-api.middlewares=redirect@file" # <== This is a middleware to redirect to https
18+
- "traefik.http.routers.digest-api-secured.rule=Host(`digest-api.${DOMAIN}`)" # <== Your Domain Name for the https rule
19+
- "traefik.http.routers.digest-api-secured.entrypoints=web-secured" # <== Defining entrypoint for https, **ref: line 31
20+
- "traefik.http.routers.digest-api-secured.tls.certresolver=mytlschallenge" # <== Defining certsresolvers for https
2121

2222
networks:
2323
proxy-net:

0 commit comments

Comments
 (0)