Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
mozilla
/
addons-server
зеркало из
https://github.com/mozilla/addons-server.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули addons-server
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
3423b2b45c
addons-server
/
docker-compose.override.yml
11 строки
101 B
YAML
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
Addon Install Test (#6641) * Use docker-compose>=1.18 and minimal docker-compose config version to 2.3 * Starts ui-tests in Firefox docker container * Let's the Firefox docker-container hit directly nginx * makes use of https://github.com/jrbenny35/selenium-firefox/ firefox+selenium image * makes use of /user-media/ serving directly via nginx for XPI installs * Adds a helper that creates an installable add-on * Update `firefox_options` fixture with all options needed to install add-ons with a test signing signature Fixes #7270 Fixes #2488
2018-01-12 08:58:00 +03:00
version
:
"2.3"
Add docs for docker for mac + windows and change port config
2016-09-02 20:18:45 +03:00
Updated UI-tests to run inside of docker and switched to circleci 2.0 (#6457) * Updated config to use circleci as well as configure ui-tests to run within docker * Removed hacky certifi installs * Update requirements to master versions Fixes #4697 (though not only that)
2017-10-05 14:14:08 +03:00
services
:
nginx
:
ports
:
-
"80:80"
web
:
ports
:
-
"8000:8000"