change(docker): merge production git repo bind mount
This merge requires production users to specify an host directory to bind as the git repository within Docker containers. This means that a repository can be shared between host and container, so that the repository does not need to be managed within Docker alone. New environment variables: - GIT_DATA_DIR: Path to aur.git repository that is bind mounted Do note, this variable only takes affect when users run production Docker services, by supplying: $ docker-compose -f docker-compose.yml -f docker-compose.prod.yml ...
Please register or sign in to comment