Skip to content

Conversation

@zethis
Copy link

@zethis zethis commented Jan 18, 2026

  • Add auto_update.sh script that periodically checks Steam for CS2 updates
  • Integrate auto-updater into install_docker.sh to run as background service
  • Update Dockerfile to include auto_update.sh script
  • Add UPDATE_CHECK_INTERVAL environment variable (default: 300s)
  • Add restart: unless-stopped policy to docker-compose.yml
  • Create .env.example with all configuration options
  • Add AUTO_UPDATE.md documentation for the feature

The auto-updater checks for CS2 build updates via SteamCMD every 5 minutes by default. When an update is detected, it automatically downloads and installs the update, then gracefully restarts the server.

- Add auto_update.sh script that periodically checks Steam for CS2 updates
- Integrate auto-updater into install_docker.sh to run as background service
- Update Dockerfile to include auto_update.sh script
- Add UPDATE_CHECK_INTERVAL environment variable (default: 300s)
- Add restart: unless-stopped policy to docker-compose.yml
- Create .env.example with all configuration options
- Add AUTO_UPDATE.md documentation for the feature

The auto-updater checks for CS2 build updates via SteamCMD every 5 minutes
by default. When an update is detected, it automatically downloads and
installs the update, then gracefully restarts the server.
- Remove AUTO_UPDATE.md documentation file
- Add UPDATE_CHECK_INTERVAL environment variable to README environment variables table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant