[add] glance
This commit is contained in:
parent
8a0031a346
commit
501449d9b0
6 changed files with 131 additions and 9 deletions
12
glance/docker-compose.yml
Normal file
12
glance/docker-compose.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
services:
|
||||
glance:
|
||||
container_name: glance
|
||||
image: glanceapp/glance
|
||||
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:
|
||||
- 3050:8080
|
||||
env_file: .env
|
||||
Loading…
Add table
Add a link
Reference in a new issue