1
Fork 0
Docker Compose stack for the Space Station 14 server
Find a file
2025-05-17 16:30:47 +02:00
.media First commit 2025-05-17 14:13:28 +02:00
config Rename server_config.toml to TEMPLATE.server_config.toml 2025-05-17 16:09:14 +02:00
data/database Create empty data/database directory 2025-05-17 15:27:01 +02:00
src/server Remove unnecessary build step 2025-05-17 16:30:47 +02:00
.gitignore Add data to gitignore 2025-05-17 16:11:11 +02:00
.gitmodules First commit 2025-05-17 14:13:28 +02:00
compose.yml Add the PLATFORM argument 2025-05-17 16:01:12 +02:00
README.md Improve description 2025-05-17 14:24:37 +02:00

ss14-compose

Docker Compose stack for the Space Station 14 server

Warning

The repository contains nested submodules; make sure to specify the --recursive flag when cloning!

Directory structure

The project uses the following directory structure:

  • ./src: Docker image sources to be tweaked by the Docker stack maintainer
  • ./config: Configuration files that can be tweaked by the server admin
  • ./data: Persistent data storage for the containers