Compare commits

..

1 Commits

Author SHA1 Message Date
3wc
8bf744d4c9 chore: publish 3.0.0+v3.0.0 release 2024-05-11 12:41:18 -03:00
4 changed files with 6 additions and 7 deletions

View File

@ -57,8 +57,8 @@ COMPOSE_FILE="compose.yml"
# Set wildcards = 1, and uncomment compose_file to enable. # Set wildcards = 1, and uncomment compose_file to enable.
# Create your certs elsewhere and add them like: # Create your certs elsewhere and add them like:
# abra app secret insert {myapp.example.coop} ssl_cert v1 "$(cat /path/to/fullchain.pem)" # abra app secrets insert {myapp.example.coop} ssl_cert v1 "$(cat /path/to/fullchain.pem)"
# abra app secret insert {myapp.example.coop} ssl_key v1 "$(cat /path/to/privkey.pem)" # abra app secrets insert {myapp.example.coop} ssl_key v1 "$(cat /path/to/privkey.pem)"
#WILDCARDS_ENABLED=1 #WILDCARDS_ENABLED=1
#SECRET_WILDCARD_CERT_VERSION=v1 #SECRET_WILDCARD_CERT_VERSION=v1
#SECRET_WILDCARD_KEY_VERSION=v1 #SECRET_WILDCARD_KEY_VERSION=v1

View File

@ -1,3 +1,3 @@
export TRAEFIK_YML_VERSION=v20 export TRAEFIK_YML_VERSION=v21
export FILE_PROVIDER_YML_VERSION=v10 export FILE_PROVIDER_YML_VERSION=v10
export ENTRYPOINT_VERSION=v3 export ENTRYPOINT_VERSION=v3

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: "traefik:v2.11.2" image: "traefik:v3.0.0"
# Note(decentral1se): *please do not* add any additional ports here. # Note(decentral1se): *please do not* add any additional ports here.
# Doing so could break new installs with port conflicts. Please use # Doing so could break new installs with port conflicts. Please use
# the usual `compose.$app.yml` approach for any additional ports # the usual `compose.$app.yml` approach for any additional ports
@ -47,7 +47,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.service=api@internal" - "traefik.http.routers.${STACK_NAME}.service=api@internal"
- "traefik.http.routers.${STACK_NAME}.middlewares=security@file" - "traefik.http.routers.${STACK_NAME}.middlewares=security@file"
- "coop-cloud.${STACK_NAME}.version=2.6.3+v2.11.2" - "coop-cloud.${STACK_NAME}.version=3.0.0+v3.0.0"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
networks: networks:

View File

@ -3,11 +3,10 @@ log:
level: {{ env "LOG_LEVEL" }} level: {{ env "LOG_LEVEL" }}
providers: providers:
docker: swarm:
endpoint: "unix:///var/run/docker.sock" endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false exposedByDefault: false
network: proxy network: proxy
swarmMode: true
{{ if eq (env "FILE_PROVIDER_DIRECTORY_ENABLED") "1" }} {{ if eq (env "FILE_PROVIDER_DIRECTORY_ENABLED") "1" }}
file: file:
directory: /etc/traefik/file-providers directory: /etc/traefik/file-providers