mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-07-01 18:37:48 +08:00
19 lines
382 B
YAML
19 lines
382 B
YAML
services:
|
|
glance:
|
|
container_name: glance
|
|
image: glanceapp/glance
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /mnt/docker/glance/config:/app/config
|
|
networks:
|
|
- default
|
|
- proxy
|
|
labels:
|
|
caddy: glance.ferngarden.net
|
|
caddy.import: internal
|
|
caddy.reverse_proxy: '{{ upstreams 8080 }}'
|
|
|
|
networks:
|
|
default:
|
|
proxy:
|
|
external: true
|