mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
11 lines
332 B
YAML
11 lines
332 B
YAML
services:
|
|
glance:
|
|
image: glanceapp/glance
|
|
volumes:
|
|
- ../files/app/config/:/app/config
|
|
- ../files/app/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:
|
|
- 8080
|
|
env_file: .env |