initial commit

This commit is contained in:
hiperman
2026-01-30 15:07:31 -05:00
commit 7844cc4416
83 changed files with 3802 additions and 0 deletions
+10
View File
@@ -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"