https://github.com/ffmathy/screeps.server.docker
Uses the latest Screeps server along with Redis and MongoDB in Docker.
https://github.com/ffmathy/screeps.server.docker
Last synced: over 1 year ago
JSON representation
Uses the latest Screeps server along with Redis and MongoDB in Docker.
- Host: GitHub
- URL: https://github.com/ffmathy/screeps.server.docker
- Owner: ffMathy
- License: mit
- Created: 2019-04-17T09:23:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T09:47:13.000Z (about 7 years ago)
- Last Synced: 2024-04-13T21:57:47.729Z (about 2 years ago)
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Environment variable `STEAMKEY` must be set to the Steam web app API key.
Built dockerfile: https://hub.docker.com/r/ffmathy/screeps-server
Meant to be started with `docker-compose.yml` here: https://raw.githubusercontent.com/ffMathy/Screeps.Server.Docker/master/docker-compose.yml
# Manual build
```
docker-compose run -e STEAMKEY=A717F6EFB10AB5DD601F907F4E7F044D --name screeps-server --service-ports screeps-server
```
# CLI access
```
docker exec -it screeps-server npx screeps cli
```
## Resetting all data
```
system.resetAllData()
```
## Setting password for specific user
```
setPassword('Username', 'YourDesiredPassword')
```