Skip to content

hemberger/dockerize

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .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

About

Sourceless configuration for SMR live server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%