diff options
author | Sam Pearson <sam@sgp.me.uk> | 2020-03-09 13:29:46 +0000 |
---|---|---|
committer | Sam Pearson <sam@sgp.me.uk> | 2020-03-10 10:03:01 +0000 |
commit | 56d6928983a49a781274f8fd16c14ece7d263c87 (patch) | |
tree | 1946bfa1713ab50131e8b11caf80213af3550303 /docker-compose.yml | |
parent | 1022d7f263cf04eae5cbfef0fadf63ae38b53295 (diff) |
[Docker] Allow user to skip running install_packages
When running in Docker, set `SKIP_PACKAGES_INSTALL` to avoid
running `install_packages` when starting the container.
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 80f0b56f1..cc653c922 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -30,6 +30,7 @@ services: FMS_ROOT: '/var/www/fixmystreet/fixmystreet' SUPERUSER_EMAIL: 'superuser@example.org' SUPERUSER_PASSWORD: '5up3r53cr3t' + SKIP_PACKAGES_INSTALL: networks: default: aliases: |