Commit Graph

10 Commits

Author SHA1 Message Date
video-prize-ranch e840649481
Update image 2023-07-20 02:19:25 +00:00
video-prize-ranch 6af714f92f
Fix docker-compose file 2023-07-19 23:50:51 +00:00
kuantum 9b5af0aeb6 harden docker-compose.yml (#99)
`user: nobody`: the least privileged account.
`read_only: true`: this container doesn't write anything to the filesystem, this removes a vector.
`security_opt`: disallows the container to grab more privileges.
`cap_drop`: this container doesn't need any capabilities, drop them.
`networks`: put `rimgo` into its own network so it cannot see other containers by default.

Reviewed-on: https://codeberg.org/video-prize-ranch/rimgo/pulls/99
Co-authored-by: kuantum <kuantum@noreply.codeberg.org>
Co-committed-by: kuantum <kuantum@noreply.codeberg.org>
2023-03-28 21:33:03 +00:00
video-prize-ranch bf0ae28599
Add section on automatic updates and use image by default [ci skip] 2022-08-12 21:22:46 -04:00
video-prize-ranch ba796cbf09
Fix Docker image name 2022-08-11 16:41:06 -04:00
video-prize-ranch ac228e8d1e
Switch to codeberg.org for registry 2022-08-11 15:57:23 -04:00
video-prize-ranch d0904407af
Remove file configuration 2022-04-22 12:05:22 -04:00
video-prize-ranch b03264b143
Add official image to docker-compose 2022-03-19 16:00:48 -04:00
video-prize-ranch 326ef86415
Add image 2022-01-17 18:40:43 -05:00
TheFrenchGhosty 984692d045 Basic docker support 2022-01-17 23:33:51 +01:00