mirror of
				https://github.com/bensuperpc/infrastructure.git
				synced 2025-10-31 09:06:23 +01:00 
			
		
		
		
	Fix HTTP3 caddy, update TF2
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
		| @@ -16,12 +16,12 @@ www.{$MAIN_DOMAIN} { | ||||
| 	redir https://www.{host}{uri} permanent | ||||
| } | ||||
|  | ||||
| #public.{$MAIN_DOMAIN} { | ||||
| #	root * /public_data | ||||
| #	file_server browse | ||||
| # | ||||
| #	header / { | ||||
| #		Cache-Control "no-store" | ||||
| #		import header_common | ||||
| #	} | ||||
| #} | ||||
| public.{$MAIN_DOMAIN} { | ||||
| 	root * /public_data | ||||
| 	file_server browse | ||||
|  | ||||
| 	header / { | ||||
| 		Cache-Control "no-store" | ||||
| 		import header_common | ||||
| 	} | ||||
| } | ||||
|   | ||||
| @@ -1,5 +1,9 @@ | ||||
| torrent.{$MAIN_DOMAIN} { | ||||
| 	reverse_proxy qbittorrent:8080 | ||||
| 	header { | ||||
| 		Cache-Control "no-store" | ||||
| 		import header_common | ||||
| 	} | ||||
| } | ||||
|  | ||||
| qbittorrent.{$MAIN_DOMAIN} { | ||||
|   | ||||
| @@ -10,8 +10,10 @@ services: | ||||
|         condition: service_completed_successfully | ||||
|     restart: on-failure:5 | ||||
|     ports: | ||||
|       - 80:80 | ||||
|       - 443:443 | ||||
|       - 80:80/tcp | ||||
|       - 80:80/udp | ||||
|       - 443:443/tcp | ||||
|       - 443:443/udp | ||||
|     volumes: | ||||
|       - caddy_data:/data:rw | ||||
|       - caddy_config:/config:rw | ||||
|   | ||||
| @@ -19,6 +19,7 @@ services: | ||||
|     volumes: | ||||
|       - qbittorrent_config:/config | ||||
|       - public_data:/downloads | ||||
|       - private_data:/private_downloads | ||||
|     networks: | ||||
|       - infra-network | ||||
|     security_opt: | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| services: | ||||
|   # Team Fortress 2 server | ||||
|   teamfortress2_server: | ||||
|     image: cm2network/tf2:latest-x64 | ||||
|     image: cm2network/tf2:sourcemod-x64 | ||||
|     container_name: teamfortress2_server | ||||
|     profiles: | ||||
|       - teamfortress2_server | ||||
|   | ||||
| @@ -3,6 +3,8 @@ SRCDS_PW=linuxmasterrace | ||||
| SRCDS_PORT=27015 | ||||
| SRCDS_MAXPLAYERS=32 | ||||
| SRCDS_REGION=3 | ||||
| SRCDS_STARTMAP=pl_badwater | ||||
| SRCDS_STARTMAP=pl_goldrush | ||||
| #SRCDS_MAPCYCLE="mapcycle_default.txt" | ||||
| #pl_badwater | ||||
| SRCDS_CFG=server.cfg | ||||
| SRCDS_SECURED=0 | ||||
| SRCDS_SECURED=0 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user