forked from coop-cloud/traefik
Compare commits
3 Commits
master
...
2.0.2+v2.9
Author | SHA1 | Date | |
---|---|---|---|
ece8807959 | |||
a1e75e8c8b | |||
b62cb273ef |
@ -1,6 +1,6 @@
|
||||
TYPE=traefik
|
||||
|
||||
DOMAIN={{ .Domain }}
|
||||
DOMAIN=traefik.example.com
|
||||
LETS_ENCRYPT_ENV=production
|
||||
|
||||
LETS_ENCRYPT_EMAIL=certs@example.com
|
||||
|
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: "traefik:v2.9.4"
|
||||
image: "traefik:v2.9.5"
|
||||
# Note(decentral1se): *please do not* add any additional ports here.
|
||||
# Doing so could break new installs with port conflicts. Please use
|
||||
# the usual `compose.$app.yml` approach for any additional ports
|
||||
@ -47,7 +47,7 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.options=default@file"
|
||||
- "traefik.http.routers.${STACK_NAME}.service=api@internal"
|
||||
- "traefik.http.routers.${STACK_NAME}.middlewares=security@file"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.0.1+v2.9.4"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.0.2+v2.9.5"
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
|
Reference in New Issue
Block a user