3dd189d0f3
Updated README for docker Cleaned up run and build bash scripts
31 lines
293 B
Plaintext
31 lines
293 B
Plaintext
# Local volumes
|
|
/config
|
|
/data
|
|
/db
|
|
|
|
# Updated through volumes
|
|
Server/data
|
|
Server/worldprops
|
|
|
|
# Env files containing secrets
|
|
/.env
|
|
/*.env
|
|
|
|
# Log files
|
|
logs
|
|
*.log
|
|
|
|
# Git files
|
|
.git
|
|
.gitattributes
|
|
.gitignore
|
|
|
|
# Basic stuff
|
|
*.md
|
|
LICENSE
|
|
.gitlab-ci.yml
|
|
|
|
# Docker files
|
|
docker-compose.yml
|
|
Dockerfile
|