Last active
September 2, 2020 13:17
-
-
Save Williangalvani/54858292a29f4f6f39b078c961864e61 to your computer and use it in GitHub Desktop.
for testing purposes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"stable": { | |
"dockers": { | |
"supervisor": { | |
"tag": "stable", | |
"image": "williangalvani/supervisor", | |
"enabled": true, | |
"webui": false, | |
"ports": { | |
"8080/tcp": 8080 | |
}, | |
"binds": { | |
"/var/run/docker.sock": { | |
"bind": "/var/run/docker.sock", | |
"mode": "rw" | |
}, | |
"{PWD}/config": { | |
"bind": "/supervisor/.config", | |
"mode": "rw" | |
} | |
} | |
}, | |
"companion-core": { | |
"tag": "stable", | |
"image": "williangalvani/core", | |
"enabled": true, | |
"webui": false, | |
"ports": { | |
"9000/tcp": 9000 | |
}, | |
"binds": { | |
"/var/run/wpa_supplicant/wlan0": { | |
"bind": "/var/run/wpa_supplicant/wlan0", | |
"mode": "rw" | |
}, | |
"/tmp/wpa_playground": { | |
"bind": "/tmp/wpa_playground", | |
"mode": "rw" | |
} | |
}, | |
"privileged": true | |
} | |
} | |
}, | |
"teste1": { | |
"dockers": { | |
"supervisor": { | |
"tag": "teste1", | |
"image": "williangalvani/supervisor", | |
"enabled": true, | |
"webui": false, | |
"ports": { | |
"8080/tcp": 8080 | |
}, | |
"binds": { | |
"/var/run/docker.sock": { | |
"bind": "/var/run/docker.sock", | |
"mode": "rw" | |
}, | |
"{PWD}/config": { | |
"bind": "/supervisor/.config", | |
"mode": "rw" | |
} | |
} | |
}, | |
"companion-core": { | |
"tag": "teste1", | |
"image": "williangalvani/core", | |
"enabled": true, | |
"webui": false, | |
"ports": { | |
"9000/tcp": 9000 | |
}, | |
"binds": { | |
"/var/run/wpa_supplicant/wlan0": { | |
"bind": "/var/run/wpa_supplicant/wlan0", | |
"mode": "rw" | |
}, | |
"/tmp/wpa_playground": { | |
"bind": "/tmp/wpa_playground", | |
"mode": "rw" | |
} | |
}, | |
"privileged": true | |
} | |
} | |
}, | |
"teste2": { | |
"dockers": { | |
"supervisor": { | |
"tag": "teste2", | |
"image": "williangalvani/supervisor", | |
"enabled": true, | |
"webui": false, | |
"ports": { | |
"8080/tcp": 8080 | |
}, | |
"binds": { | |
"/var/run/docker.sock": { | |
"bind": "/var/run/docker.sock", | |
"mode": "rw" | |
}, | |
"{PWD}/config": { | |
"bind": "/supervisor/.config", | |
"mode": "rw" | |
} | |
} | |
}, | |
"companion-core": { | |
"tag": "teste2", | |
"image": "williangalvani/core", | |
"enabled": true, | |
"webui": false, | |
"ports": { | |
"9000/tcp": 9000 | |
}, | |
"binds": { | |
"/var/run/wpa_supplicant/wlan0": { | |
"bind": "/var/run/wpa_supplicant/wlan0", | |
"mode": "rw" | |
}, | |
"/tmp/wpa_playground": { | |
"bind": "/tmp/wpa_playground", | |
"mode": "rw" | |
} | |
}, | |
"privileged": true | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment