Skip to content

A docker image for running a dedicated server for the game Double Action: Boogaloo.

Notifications You must be signed in to change notification settings

FragSoc/double-action-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A docker image for running a dedicated server for the game Double Action: Boogaloo. This Dockerfile uses CM2Walki's SteamCMD base image.

How to use this image

Simple usage (recommended)

Clone this repository locally:

$ git clone https://github.com/FragSoc/double-action-docker.git

Create a new directory for the game installation:

$ mkdir -p $(pwd)/dab-data
$ chmod 777 $(pwd)/dab-data # Makes sure the directory is writeable by the unprivileged container user

Make necessary edits to the docker-compose.yml Look at environment variable section below for guidance.

Run docker-compose up:

$ docker-compose up

The container will automatically update the game on startup, so if there is a game update just restart the container.

Environment Variables

You can overwrite these values within the docker-compose file, below are the defaults:

SRCDS_PORT=27015 # The port on which the server communicates on
SRCDS_TOKEN=0 # You will need this to be public

About

A docker image for running a dedicated server for the game Double Action: Boogaloo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published