dayzdockerserver/docker-compose.yml
Daniel Ceregatti d87c5fad0e Create a dedicated means by which we can run interactive prompts to effect tasks such as (all WIP):
Logging into to Steam, accounting for Steam Guard. These credentials persist throughout the lifetime of the docker volume storing the data.
  Adding/removing/managing workshop items. The goal is to also manage the "=mod=" parameter.
  Listing the auto-generated RCON password.
  Backing up.
Further refine the original dayzserver script. In docker, a lot of the other stuff wasn't necessary so a lot is just being removed.
Install steamcmd into the container in Dockerfile and adjust paths.
Vastly updated docs!
2022-03-26 13:02:54 -07:00

15 lines
No EOL
191 B
YAML

version: "3.3"
volumes:
homedir:
services:
run:
build: .
ports:
- "2302:2302/udp"
- "27016:27016/udp"
volumes:
- homedir:/home/user
- ./files:/files