mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
Added glance
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
glance:
|
||||
image: ${GLANCE_IMAGE:-glanceapp/glance:latest}
|
||||
restart: ${GLANCE_RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- ${VOL_PATH:-/data}/glance/config:/app/config
|
||||
environment:
|
||||
- TZ=${TZ:-America/Vancouver}
|
||||
ports:
|
||||
- ${GLANCE_PORT:-8080}:8080
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user