initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
services:
|
||||
glance:
|
||||
container_name: {{ glance_container_name }}
|
||||
image: glanceapp/glance:{{ glance_container_version }}
|
||||
restart: {{ glance_restart_policy }}
|
||||
volumes:
|
||||
- {{ glance_config_path }}:/app/config
|
||||
ports:
|
||||
- "{{ glance_http_port }}:8080"
|
||||
Reference in New Issue
Block a user