Skip to content

Commit

Permalink
add gamebot
Browse files Browse the repository at this point in the history
  • Loading branch information
jder committed Dec 2, 2021
1 parent c339d4f commit cd00de1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ A quick hack building a Lua-based MOO in Rust with a React UI.
## Running on a server

* Clone `killpop` next to `orisa`.
* Clone `gamebot` next to `orisa`.
* `docker-compose up --build` will build & run two containers and expose on port 8080.
Note that the config and dockerfiles are aimed at production use, not development.
9 changes: 6 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: '3'
services:
services:
frontend:
build: client
ports:
ports:
- 8080:80
links:
- backend
Expand All @@ -21,4 +21,7 @@ services:
- ORISA_CODE_BRANCH=master
- RUST_BACKTRACE=1
- RUST_LOG=INFO
restart: always
restart: always
gamebot:
build: ../gamebot
restart: always

0 comments on commit cd00de1

Please sign in to comment.