forked from wilson212/bf2stats
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix (development): Add
bf2
server and Gamespy server in `docker-com…
…pose.yml` to setup a full development stack simply by `docker-compose up` - `docker-compose up` now spins up a full development BF2 stack. The client only has to spoof Gamespy DNS in their hosts file, and create a new account on the first time if using the included gamespy server. - `traefik`, the web reverse proxy, is added in `docker-compose.yml` only for the BF2 client BFHQ to work properly (i.e. access the `ASP` via `http://bf2web.gamespy.com`) - BF2 server debug logging is turned on in `BF2StatisticsConfig.py`. Logs are ignored in `.gitignore`.
- Loading branch information
1 parent
d5ad894
commit 4f26f4d
Showing
13 changed files
with
1,287 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
COMPOSE_PROJECT_NAME=bf2stats |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
/src/ASP/system/config/config.php.bak | ||
/src/python/bf2/logs/*.log | ||
/src/python/bf2/logs/snapshots/sent/*.txt | ||
/src/python/bf2/logs/snapshots/unsent/*.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.