forked from coop-cloud/traefik
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			3.6.0+v3.4
			...
			3.0.0+v3.0
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 8bf744d4c9 | 
							
								
								
									
										2
									
								
								abra.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								abra.sh
									
									
									
									
									
								
							@ -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
 | 
				
			||||||
 | 
				
			|||||||
@ -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:
 | 
				
			||||||
 | 
				
			|||||||
@ -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
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user