Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 569 Bytes

File metadata and controls

20 lines (16 loc) · 569 Bytes

Important

This repository is archived! It has been replaced by https://github.com/smrealms/smr/.

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