mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 14:21:18 +00:00

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!
15 lines
No EOL
191 B
YAML
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 |