- docker/ renamed to services/ (single source of truth for compose files) - Update picsur.yml workflow paths from docker/dockerino/ to services/dockerino/
20 lines
348 B
YAML
20 lines
348 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
homebox:
|
|
image: ghcr.io/hay-kot/homebox:latest
|
|
container_name: homebox
|
|
restart: unless-stopped
|
|
ports:
|
|
- "3100:7745"
|
|
volumes:
|
|
- ./data:/data
|
|
environment:
|
|
HBOX_CONFIG: /data/config.yml
|
|
TZ: America/Sao_Paulo
|
|
|
|
networks:
|
|
default:
|
|
name: homelab-network
|
|
external: true
|