mind the gap
Some checks are pending
Docker Image CI / status-build (push) Waiting to run

This commit is contained in:
Liam Rohan 2026-08-20 14:14:47 +01:00
parent de2394bdc3
commit ca9bcbd215
5 changed files with 29 additions and 0 deletions

3
.gitignore vendored
View file

@ -91,6 +91,9 @@ hs_err_pid*
#vscode settings
.vscode/
# Local server secrets
server.env
app
db
node_modules

17
compose.yml Normal file
View file

@ -0,0 +1,17 @@
services:
sandstorm:
image: andrewmhub/insurgency-sandstorm:latest
container_name: sandstorm
# Startup is managed by sandstorm-server.service so the fail-closed
# firewall is installed before Docker exposes the LAN ports.
restart: "no"
env_file:
- server.env
volumes:
- ./server-config/MapCycle.txt:/home/steam/steamcmd/sandstorm/Insurgency/Config/Server/MapCycle.txt:ro
- ./server-config/Game.ini:/home/steam/steamcmd/sandstorm/Insurgency/Saved/Config/LinuxServer/Game.ini:ro
ports:
- "192.168.1.112:10128:10128/udp"
- "192.168.1.112:10128:10128/tcp"
- "192.168.1.112:10142:10142/udp"
- "192.168.1.112:10142:10142/tcp"

View file

@ -29,6 +29,7 @@ MaxSpectators=0
[/Script/Insurgency.INSCoopMode]
MinimumEnemies=3
MaximumEnemies=24
EnemyBotDifficulty=0.7
MaxPlayersToScaleEnemyCount=10
bBotsUseHumanLoadouts=False

3
server-config/Game.ini Normal file
View file

@ -0,0 +1,3 @@
[/Script/Insurgency.INSMultiplayerMode]
bUseMapCycle=True
bMapVoting=True

View file

@ -0,0 +1,5 @@
Scenario_Gap_Survival
Scenario_Forest_Survival
Scenario_Gap_Outpost
Scenario_Bab_Survival
Scenario_Bab_Outpost