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

Add dockerfile #432

Merged
merged 14 commits into from Oct 18, 2019
Merged

Add dockerfile #432

merged 14 commits into from Oct 18, 2019

Commits on Oct 11, 2019

  1. Docker-ception

    jyn514 committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    4e0e5ca View commit details
    Browse the repository at this point in the history
  2. now with fewer errors

    jyn514 committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    e455bd6 View commit details
    Browse the repository at this point in the history
  3. install docker in docker container

    docker-ception
    jyn514 committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    fd17975 View commit details
    Browse the repository at this point in the history
  4. Add docker-compose for database

    The build actually finishes!
    jyn514 committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    255c514 View commit details
    Browse the repository at this point in the history
  5. Fix docker-entrypoint script

    Also set environment variables, mount rustwide workspace
    jyn514 committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    48086b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7f475c View commit details
    Browse the repository at this point in the history
  7. make build after source changes much faster

    only mark sources as out of date, not dependencies
    jyn514 committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    6e95b04 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45f0904 View commit details
    Browse the repository at this point in the history
  9. allow connections from any IP

    jyn514 committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    e34e238 View commit details
    Browse the repository at this point in the history
  10. add CSS to git

    jyn514 committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    a1fb331 View commit details
    Browse the repository at this point in the history
  11. don't build rand before starting server

    it will get build anyway when the server runs builds in the background
    and this makes it easier for development
    jyn514 committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    9fd72f0 View commit details
    Browse the repository at this point in the history
  12. don't add cratesfyi to docker group

    The container is running things as root anyway in order to be able to
    communicate with docker
    jyn514 committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    66e134f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Log rustwide info in docker container

    Co-Authored-By: Pietro Albini <pietro@pietroalbini.org>
    jyn514 and pietroalbini committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    9b8d40d View commit details
    Browse the repository at this point in the history
  2. remove duplicate files

    jyn514 committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    cf2ebdc View commit details
    Browse the repository at this point in the history