Serve precompiled assets in example Docker Compose configuration

Continues 959d5af.
This commit is contained in:
Andrew Kvalheim 2020-05-30 09:36:26 -07:00
parent a89201ff82
commit b7187323a7

View file

@ -18,6 +18,7 @@ services:
env_file: .env.production # see dotenv.example file
environment:
OSEM_DB_HOST: production_database
RAILS_SERVE_STATIC_FILES: 'true'
command: /osem/bin/osem-init.sh
volumes:
- osem_production_web_data:/osem/public/system