Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Improve Docker support #36

Merged
merged 3 commits into from
Nov 17, 2024
Merged

build: Improve Docker support #36

merged 3 commits into from
Nov 17, 2024

Commits on Oct 29, 2024

  1. Docker Compose deployment tweaks

    This change aims to make it easier to build/deploy the proxy
    via Docker Compose from a clone of this repo.
    
    A .dockerignore file was created to reduce image size
    and improve the layer cache hit rate.
    
    This change also restricts external access to the web proxy port
    to the host machine by default. To revert to the old behavior,
    add the following environment variable:
    ```
    SCREEPS_PROXY_HOST=0.0.0.0
    ```
    
    I also updated the docs with instructions on how to deploy
    on a machine that doesn't have Steam installed.
    `vendor/*.nw` was added to .gitignore/.dockerignore
    to prevent anybody using this approach from accidentally
    distributing the Screeps client package.
    DocDvorak committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f9dafd2 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    bdd074a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8dc697 View commit details
    Browse the repository at this point in the history