Docker cleanups

- Start the docker dev-env osem on port 3000. Just as our documentation says
  and how we do it in vagrant.
- hardcode CONTAINER_USERID so you don't have to have an
  docker-compose.override.yml if your UID is 1000.
- Rename web service/container to osem for clarity in the logs
- Keep assets also in a volume in production
This commit is contained in:
Henne Vogelsang 2018-09-12 21:22:50 +02:00
parent a452257b9a
commit 70f9ff08d2
No known key found for this signature in database
GPG key ID: 9D6164C2955FADE0
3 changed files with 11 additions and 7 deletions

View file

@ -6,4 +6,4 @@ bundle check || bundle install --jobs=3 --retry=3
# Setup the app if it isn't already setup
bundle exec rake setup:bootstrap
# Start the app
foreman start
foreman start -p 3000