1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/azuracast/templates/docker-compose.override.yml.j2

31 lines
338 B
Text
Raw Normal View History

version: '2.2'
services:
web:
networks:
- azure
mariadb:
networks:
- azure
influxdb:
networks:
- azure
redis:
networks:
- azure
stations:
networks:
- azure
networks:
azure:
driver: bridge
ipam:
driver: default
config:
- subnet: 172.36.0.1/16