Commit Graph

3 Commits

Author SHA1 Message Date
3wc 4b972903dd Disable `node upgrade` during launch 2020-11-20 11:59:31 +02:00
3wc 1afef99027 hardcoding → env file, tweak entrypoint 2020-10-02 19:24:02 +02:00
3wc 6e964a69a7 Use separate entrypoint to combine compose files
Now, when you run `docker compose up`, it'll check for a `conf`
directory during start-up, and run `node install` (with a bunch of
options based on env vars). If not, it'll run `node update`.

This means that the separate `docker-compose.setup.yml` is no longer
needed, and that this plays nice with docker swarm mode.
2020-10-02 14:21:50 +02:00