16 lines
308 B
YAML
16 lines
308 B
YAML
services:
|
|
dashboard:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: homelab-dashboard:latest
|
|
container_name: homelab-dashboard
|
|
ports:
|
|
- "8888:80"
|
|
restart: unless-stopped
|
|
logging:
|
|
driver: json-file
|
|
options:
|
|
max-size: "1m"
|
|
max-file: "2"
|