forked from coop-cloud/traefik
		
	chore: publish 1.0.1+v2.5.6 release
This commit is contained in:
		@ -12,4 +12,3 @@ services:
 | 
			
		||||
        - "traefik.http.services.traefik.loadbalancer.server.port=web"
 | 
			
		||||
        - "traefik.http.routers.traefik.entrypoints=web-secure"
 | 
			
		||||
        - "traefik.http.routers.traefik.service=api@internal"
 | 
			
		||||
        - "coop-cloud.${STACK_NAME}.app.version=v2.4.9-be23e1f6"
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ version: "3.8"
 | 
			
		||||
 | 
			
		||||
services:
 | 
			
		||||
  app:
 | 
			
		||||
    image: "traefik:v2.5.2"
 | 
			
		||||
    image: "traefik:v2.5.6"
 | 
			
		||||
    # 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.traefik.tls.options=default@file"
 | 
			
		||||
        - "traefik.http.routers.traefik.service=api@internal"
 | 
			
		||||
        - "traefik.http.routers.traefik.middlewares=security@file"
 | 
			
		||||
        - "coop-cloud.${STACK_NAME}.version=1.0.0+v2.5.2"
 | 
			
		||||
        - "coop-cloud.${STACK_NAME}.version=1.0.1+v2.5.6"
 | 
			
		||||
 | 
			
		||||
networks:
 | 
			
		||||
  proxy:
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user