Commit graph

6 commits

Author SHA1 Message Date
Jan Dittberner
f9b0eb5195 Rename application to webdb
This commit renames the application container to webdb and drops the
test suffix in favour of using www.cacert.localhost directly. The server
certificate for www.cacert.localhost got an additional
subjectAlternativeName secure.cacert.localhost and is used for both
hostnames now.

Environment variables containing _APP have been renamed to _WEBDB to
keep consistency.
2020-12-23 07:17:06 +01:00
0c56512174 Add cats to the docker-compose setup 2020-12-22 15:51:13 +01:00
af156f24c6 Configure mgr and mail containers
This commit configures IMAP to work properly and makes logs of mgr and
dovecot available.
2020-12-22 14:19:31 +01:00
Jan Dittberner
30ddadd954 Add test mgr setup 2020-12-22 08:49:18 +01:00
Jan Dittberner
ff5ea7dd39 Refine local setup
- Add dependencies for gettext and PDF support
- add whois and netbase to support whois checks
- remove docker/mysql.php because configuration should be done via
  environment variables
- install CAcert CA certificates to allow retrieval of translation data
  from translations.cacert.org
- build i18n files on start of application container
- disable broken OCSP stapling for local certificates
- add language data during database initialization
2020-12-21 18:44:20 +01:00
Jan Dittberner
279dbcffbf Implement docker-compose setup for CAcert software 2020-12-20 14:52:15 +01:00