homebox/docker-compose.yml

11 lines
215 B
YAML

services:
homebox:
image: homebox
build:
context: .
dockerfile: ./Dockerfile
args:
- COMMIT=head
- BUILD_TIME=0001-01-01T00:00:00Z
ports:
- 3100:7745