https://github.com/disinterpreter/barotrauma-server
https://github.com/disinterpreter/barotrauma-server
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/disinterpreter/barotrauma-server
- Owner: Disinterpreter
- Created: 2022-06-11T10:09:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T18:39:27.000Z (over 3 years ago)
- Last Synced: 2025-10-13T16:31:45.014Z (9 months ago)
- Language: Perl
- Size: 18.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# barotrauma-server
Simple and glance docker implementation of Barotrauma Dedicated server
## How to use?
* Change configs at your `gamefiles` directory
* Add permissions to `gamefiles/Data/clientpermissions.xml`
* Add mods to `gamefiles/Daedalic Entertainment GmbH`
And just run with
```sh
docker-compose -f docker-compose.deploy.yml up -d
```
### Or in pure
Copy `serversettings.xml`, `Data` and `Daedalic Entertainment GmbH` to the `gamefiles`
Run the command
```
docker pull ghcr.io/disinterpreter/barotrauma-server:latest
docker-compose -f docker-compose.deploy.yml up -d
```
And have fun :)