/coduoserver

Call of Duty: United Offensive Server 'Dockerized'

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

Build container

# for pushing to ghcr
docker buildx build --platform=linux/x86_64 --push -t <your registry of choice>/coduoserver .
# for local (use --load)
docker buildx build --platform=linux/x86_64 --load -t coduoserver .

Deployment

So many options.

Good on demand type options

  • Google Cloud Run
  • AWS ECS

Could also run the container locally and expose the port over an ngrok secure tunnel.