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

Store synapse's database somewhere other than a volume #29

Merged
merged 1 commit into from
Nov 3, 2020

Commits on Nov 2, 2020

  1. Store synapse's database somewhere other than a volume

    /data is a volume in the Synapse docker image. Volumes are not copied
    over when committing a container to an image. Thus, we should store the
    database somewhere else.
    
    An alternative fix is to just not create a volume (we don't need it
    when running complement tests), however this would require creating an
    separate dockerfile from the one we're using from the Synapse repo now,
    which is much more annoying.
    anoadragon453 committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    ffc6f3b View commit details
    Browse the repository at this point in the history