1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

Azuracast - modify subnet of default bridge the azuracast playbook creates to not clash with iiab br0 subnet

This commit is contained in:
Anish Mangal 2019-06-18 06:51:45 +00:00
parent a512d20cda
commit e679d0d5eb
2 changed files with 38 additions and 0 deletions

View file

@ -11,6 +11,14 @@
group: root
mode: 0644
- name: Azuracast - Copy over docker-compose-overrides.yml template to Azuracast config directory
template:
src: docker-compose-overrides.yml.j2
dest: "{{ azuracast_host_dir }}/docker-compose-overrides.yml"
owner: root
group: root
mode: 0644
- name: Azuracast - Download docker.sh script
get_url:
url: "{{ docker_sh_url }}"

View file

@ -0,0 +1,30 @@
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