Files
homebox/docker-compose.yml
Matt 7980e8e90a Create hardened docker image (#955)
* Create hardened docker image

* Remove healthcheck that can't work

* Pin action dependencies

* Further cleanup and hardening

* Fix broken hardened build

* Enhance Dockerfile with healthcheck and optimizations

Added healthcheck helper using a small Go file module and improved Dockerfile structure for readability.

---------

Co-authored-by: Katos <7927609+katosdev@users.noreply.github.com>
2025-08-23 12:57:51 -04:00

20 lines
414 B
YAML

services:
homebox:
image: homebox
build:
context: .
dockerfile: ./Dockerfile.hardened
args:
- COMMIT=head
- BUILD_TIME=0001-01-01T00:00:00Z
x-bake:
platforms:
- linux/amd64
- linux/arm64
- linux/arm/v7
environment:
- HBOX_DEBUG=true
- HBOX_LOGGER_LEVEL=-1
ports:
- 3100:7745