mirror of
https://github.com/prdlk/glance.git
synced 2026-08-02 09:21:39 +00:00
30 lines
668 B
YAML
30 lines
668 B
YAML
services:
|
|
glance:
|
|
env_file:
|
|
- .env
|
|
container_name: glance
|
|
image: glanceapp/glance
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./config:/app/config
|
|
- ./assets:/app/assets
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
ports:
|
|
- 6969:8080
|
|
|
|
glance-github-graph:
|
|
image: haumea/glance-github-graph:latest
|
|
ports:
|
|
- 8181:8080
|
|
environment:
|
|
- CACHE_ENABLED=true
|
|
- CACHE_TYPE=memory
|
|
- CACHE_DURATION_SECS=3600
|
|
|
|
glances-ical-api:
|
|
image: ghcr.io/awildleon/glance-ical-events:latest
|
|
restart: always
|
|
ports:
|
|
- "8076:8072"
|