|
9a53ed06fc
|
fix(docker): use npm ci instead of npm install
|
2024-11-03 17:10:36 +03:00 |
|
|
9a10ae811c
|
fix(docker): change yarn to npm command
|
2024-11-03 00:33:42 +03:00 |
|
|
99a2e3a8e6
|
fix(docker): set openvk dir as workdir
So that opening a shell with `docker compose exec openvk bash` would lead to openvk dir instead of ~/html which is not used
|
2024-11-03 00:05:40 +03:00 |
|
|
6013cd095e
|
ci(docker): optimise building of main image
Dependency libraries are loaded before copying the rest of the project files so dependencies may be cached during builds
|
2024-07-11 00:34:25 +03:00 |
|
|
f4ba39c6f2
|
ci(docker): bump PHP version to 8.2
|
2023-12-10 21:21:50 +03:00 |
|
|
6632d070f5
|
fix(containers): 🔊 Set log output to stdout
Let the docker handle logs. https://12factor.net/logs motivated me to do this
|
2023-10-03 01:49:53 +03:00 |
|
Artem Vetrov
|
677e147688
|
CI for OpenVK, Kubernetes and Docker deployments (#735)
* Kubernetes deployment
* Update kubernetes deployment
* Fix rewrite module load
* Fix mysql-primary bootstrap
* Fix mysql init-db apply order
* Fix init-db.sql permissions
* Fix MySQL missing *.sql import
* Switch from MySQL to MariaDB
* [skip ci] Example deployment update
* Set root app in chandler configmap
* Update missing php extension in base images
* Update missing dependency in apache image
* Remove default site configuration
* [skip ci] Split Kubernetes deployments by type
* Explicitly set persistent volume for openvk storage
* [skip ci] Add README for Kubernetes
* Replace old docker(-compose) files w/ new ones
* Add README for docker usage
* [skip ci] Update README.md and README_RU.md
* [skip ci] Fix eventdb DB name
* [skip ci] Kubernetes configmap: missing namespace
* [skip ci] Fix typo
* [skip ci] Ignore chandler.yml
* [skip ci] Missing /var/log/openvk volume
* [skip ci] Workaround for Docker <=20.10.6
* [skip ci] Handle permissions for apache2
* [skip ci] Initial Kafka support
* [skip ci] Kafka values for Kubernetes
|
2022-10-30 14:44:14 +03:00 |
|