Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/disinterpreter/barotrauma-server
https://github.com/disinterpreter/barotrauma-server
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/disinterpreter/barotrauma-server
- Owner: Disinterpreter
- Created: 2022-06-11T10:09:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T18:39:27.000Z (about 2 years ago)
- Last Synced: 2024-10-15T04:12:05.321Z (3 months ago)
- Language: Perl
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- 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 :)