Commit Graph

10 Commits

Author SHA1 Message Date
kolaente 80266d1383
fix(docker): don't chown everything in Vikunja's default root folder
This would try to chown a mounted Vikunja config file as well which failed when that config file was mounted read-only.
2023-03-13 11:23:51 +01:00
kolaente a897ffc8ee
fix(docker): allow non-unique group id 2023-03-11 15:04:36 +01:00
kolaente eb33655c1c
fix(docker): make sure the vikunja user always exists and only modify the uid instead of recreating the user
Resolves #1392
2023-02-15 10:39:48 +01:00
kolaente 3b1887e438
fix(docker): passing environment variables into the container 2023-02-01 18:50:40 +01:00
Yurii Vlasov 522bf7d2fc feat: refactored Dockerfile (#1375)
- Removed VIKUNJA_VERSION and custom git checkout, because it is not found in the repository. So it is not used anywhere.
- Optimized runner commands order
- Removed run.sh (it is not needed in fact)

Co-authored-by: Yurii Vlasov <yv@itsvit.org>
Reviewed-on: vikunja/api#1375
Co-authored-by: Yurii Vlasov <yuriy@vlasov.pro>
Co-committed-by: Yurii Vlasov <yuriy@vlasov.pro>
2023-01-31 16:16:21 +00:00
konrad 6746984c97 Simplified the docker image (#80) 2019-06-02 14:37:10 +00:00
konrad b16c88a6f3
Added swaggerfiles do dockerfile 2018-09-08 16:54:21 +02:00
kolaente 371dd52fa9
updated dockerimage 2018-09-08 16:10:06 +02:00
konrad f0b0319f54
[skip-ci] added s6config 2018-09-08 15:51:49 +02:00
konrad f920e336f0
[skip-ci] added s6config 2018-09-08 15:44:04 +02:00