Commit graph

3 commits

Author SHA1 Message Date
Henne Vogelsang
b2f0796799
Drop mysql2 support, settle on postgresql
It's enough work to support one database, let's settle on
the defacto Rails default.
2024-06-06 18:05:52 +02:00
Andrew Kvalheim
5de5d7b55c
Exclude additional files from Docker images
Excludes a few more files that are temporary, build artifacts, test
artifacts, runtime artifacts, or not used by the application. This has
the consequence of no longer needing to clear compiled assets during
build.
2021-07-05 19:31:29 +02:00
TheAssassin
f15fe9ddb0 Docker support for production use
This commit adds a Docker infrastructure that is ready for production
use. It is meant to simplify the deployment of OSEM for everyone who
wants to host their own instances.

It includes many features like data persistence, automatic secret key
generation and persistence and automatic database initialization and
upgrading. This should make updating the Docker container as easy as
possible.
2017-07-09 21:38:43 +02:00