Commit Graph

11 Commits

Author SHA1 Message Date
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
Vadim Prishlyak c8bd90aac0 Added variables for image name and tag: REGISTRY and TAG 2019-07-11 13:31:22 +03:00
Vadim Prishlyak 51c7625dfa Updated compose files with correct usernames 2019-07-11 01:39:06 +03:00
Vadim Prishlyak 71f7d823fe Use node:10-stretch as base image, change dockerhub image name, use latest tool version 2019-07-11 00:09:38 +03:00
Gary Ritchie 8fc3f07c8e Merge branch 'version-lock' of git@github.com:garyritchie/docker-adaptauthoring.git
# Conflicts:
#	README.md
2016-12-12 14:01:19 -05:00
Gary Ritchie 61cd070580 Specify Adapt Authoring version 2016-11-17 07:31:53 -05:00
Gary Ritchie 4f10a1d13f db port already exposed to the Adapt container. 2016-10-25 13:31:04 -04:00
Gary Ritchie e89df75c48 Volumes already created during docker run. Skipping upgrade. Replacing build with existing image. 2016-10-08 15:13:03 -04:00
Gary Ritchie 401c9f0d23 Separate data volume for preservation. Accessing mongo with Robomongo requires v0.9.0-rc4 or above. 2016-08-31 16:18:52 -04:00
Gary Ritchie fbd14b5683 Can docker-compose all the way. Still need to keep data in volumes to survive "down" 2016-08-31 14:09:50 -04:00