add glance, fix readme arrangement
This commit is contained in:
@@ -150,6 +150,20 @@ services:
|
||||
- ${DNS_IP}
|
||||
restart: unless-stopped
|
||||
|
||||
## Glance (server dashboard)
|
||||
glance:
|
||||
image: glanceapp/glance
|
||||
container_name: glance
|
||||
volumes:
|
||||
- /docker/glance/glance.yml:/app/glance.yml
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- 3019:8080
|
||||
dns:
|
||||
- 100.111.0.126
|
||||
restart: unless-stopped
|
||||
|
||||
## Grocy (home inventory management)
|
||||
grocy:
|
||||
container_name: grocy
|
||||
|
||||
Reference in New Issue
Block a user