16 lines
364 B
Django/Jinja
16 lines
364 B
Django/Jinja
services:
|
|
glance:
|
|
image: glanceapp/glance
|
|
volumes:
|
|
- ./config:/app/config
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
restart: unless-stopped
|
|
extra_hosts:
|
|
- 'thesatelliteoflove.com:172.20.0.5'
|
|
|
|
networks:
|
|
default:
|
|
external: true
|
|
name: lava |