Added glance to stack
This commit is contained in:
13
roles/docker/templates/glance-compose.yml.j2
Normal file
13
roles/docker/templates/glance-compose.yml.j2
Normal file
@ -0,0 +1,13 @@
|
||||
services:
|
||||
glance:
|
||||
image: glanceapp/glance
|
||||
volumes:
|
||||
- ./glance.yml:/app/glance.yml
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
default:
|
||||
external: true
|
||||
name: lava
|
Reference in New Issue
Block a user