mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
feat: Add numerous new blueprint templates for various applications
This commit is contained in:
11
blueprints/glance/docker-compose.yml
Normal file
11
blueprints/glance/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
glance:
|
||||
image: glanceapp/glance
|
||||
volumes:
|
||||
- ../files/app/config/:/app/config
|
||||
- ../files/app/assets:/app/assets
|
||||
# Optionally, also mount docker socket if you want to use the docker containers widget
|
||||
# - /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
ports:
|
||||
- 8080
|
||||
env_file: .env
|
||||
Reference in New Issue
Block a user