Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 464 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 464 Bytes

This docker configuration allows running SMR services without needing a clone of the source code repository. It is intended to be used on the live game server.

You must include a config/env file with the following content:

SMR_CONFIG_DIR=/path/to/config/dir
SMR_UPLOAD_DIR=/path/to/upload/dir

For using Let's Encrypt, you need to create an empty file in the traefik subdirectory as follows:

touch traefik/acme.json
chmod 600 traefik/acme.json