mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-06 07:36:37 -03:00
14 lines
380 B
YAML
14 lines
380 B
YAML
services:
|
|
glance:
|
|
container_name: glance
|
|
image: glanceapp/glance
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./config:/app/config
|
|
- ./assets:/app/assets
|
|
# Optionally, also mount docker socket if you want to use the docker containers widget
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
ports:
|
|
# port 8081 on host
|
|
- 8081:8081
|
|
|