fix(Docker): add production config overrides

Additionally, `up -d` will no longer run tests unless `--profile dev`
is specified by the Docker user.

People should now be running docker with two files:

    $ docker-compose -f docker-compose.yml -f docker-compose.override.yml up -d nginx
    $ docker-compose -f docker-compose.yml -f docker-compose.dev.yml run test

Contributed by @klausenbusk. Thanks!
This commit is contained in:
Kevin Morris 2021-10-02 15:13:14 -07:00
parent eaf012963a
commit 438080827a
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

Diff content is not available