added glance dashborad
This commit is contained in:
17
dashboard/docker-compose.yml
Normal file
17
dashboard/docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
||||
services:
|
||||
glance:
|
||||
image: glanceapp/glance
|
||||
container_name: glance
|
||||
mem_limit: 128m
|
||||
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:
|
||||
- 127.0.0.1:3016:8080
|
||||
env_file: .env
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user