forked from coop-cloud/traefik
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			1.1.0+v2.8
			...
			minecraft
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 8789bec57c | |||
| dd65184308 | 
| @ -102,3 +102,7 @@ COMPOSE_FILE="compose.yml" | |||||||
| ## Matrix | ## Matrix | ||||||
| #COMPOSE_FILE="$COMPOSE_FILE:compose.matrix.yml" | #COMPOSE_FILE="$COMPOSE_FILE:compose.matrix.yml" | ||||||
| #MATRIX_FEDERATION_ENABLED=1 | #MATRIX_FEDERATION_ENABLED=1 | ||||||
|  |  | ||||||
|  | ## Minecraft | ||||||
|  | #COMPOSE_FILE="$COMPOSE_FILE:compose.minecraft.yml" | ||||||
|  | #MINECRAFT_ENABLED=1 | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								abra.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								abra.sh
									
									
									
									
									
								
							| @ -1,3 +1,3 @@ | |||||||
| export TRAEFIK_YML_VERSION=v14 | export TRAEFIK_YML_VERSION=v16 | ||||||
| export FILE_PROVIDER_YML_VERSION=v6 | export FILE_PROVIDER_YML_VERSION=v6 | ||||||
| export ENTRYPOINT_VERSION=v2 | export ENTRYPOINT_VERSION=v2 | ||||||
|  | |||||||
							
								
								
									
										7
									
								
								compose.minecraft.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								compose.minecraft.yml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,7 @@ | |||||||
|  | version: "3.8" | ||||||
|  | services: | ||||||
|  |   app: | ||||||
|  |     environment: | ||||||
|  |       - MINECRAFT_ENABLED | ||||||
|  |     ports: | ||||||
|  |       - 25565:25565 | ||||||
| @ -3,7 +3,7 @@ version: "3.8" | |||||||
|  |  | ||||||
| services: | services: | ||||||
|   app: |   app: | ||||||
|     image: "traefik:v2.8.0" |     image: "traefik:v2.5.6" | ||||||
|     # 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.traefik.tls.options=default@file" |         - "traefik.http.routers.traefik.tls.options=default@file" | ||||||
|         - "traefik.http.routers.traefik.service=api@internal" |         - "traefik.http.routers.traefik.service=api@internal" | ||||||
|         - "traefik.http.routers.traefik.middlewares=security@file" |         - "traefik.http.routers.traefik.middlewares=security@file" | ||||||
|         - "coop-cloud.${STACK_NAME}.version=1.1.0+v2.8.0" |         - "coop-cloud.${STACK_NAME}.version=1.0.1+v2.5.6" | ||||||
|  |  | ||||||
| networks: | networks: | ||||||
|   proxy: |   proxy: | ||||||
|  | |||||||
| @ -54,9 +54,9 @@ entrypoints: | |||||||
|   mumble-udp: |   mumble-udp: | ||||||
|     address: ":64738/udp" |     address: ":64738/udp" | ||||||
|   {{ end }} |   {{ end }} | ||||||
|   {{ if eq (env "COMPY_ENABLED") "1" }} |   {{ if eq (env "MINECRAFT_ENABLED") "1" }} | ||||||
|   compy: |   minecraft: | ||||||
|     address: ":9999" |     address: ":25565" | ||||||
|   {{ end }} |   {{ end }} | ||||||
|   {{ if eq (env "METRICS_ENABLED") "1" }} |   {{ if eq (env "METRICS_ENABLED") "1" }} | ||||||
|   metrics: |   metrics: | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user