mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Serve precompiled assets in example Docker Compose configuration
Continues 959d5af.
This commit is contained in:
parent
a89201ff82
commit
b7187323a7
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue