ansible/roles/docker/templates/glance-compose.yml.j2

15 lines
322 B
Plaintext
Raw Normal View History

2024-09-22 16:16:55 +02:00
services:
glance:
image: glanceapp/glance
volumes:
- ./glance.yml:/app/glance.yml
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
2024-10-08 21:30:55 +02:00
extra_hosts:
- 'thesatelliteoflove.com:172.20.0.5'
2024-09-22 16:16:55 +02:00
networks:
default:
external: true
name: lava