mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-09-11 13:00:40 +03:00
update firefox to 108 version
This commit is contained in:
parent
3bca080e4d
commit
19ee85c732
@ -13,7 +13,7 @@ env_path = BASE_DIR.joinpath('config')
|
|||||||
config = AutoConfig(search_path=env_path)
|
config = AutoConfig(search_path=env_path)
|
||||||
|
|
||||||
|
|
||||||
GECKO_DRIVER_VERSION = config('GECKO_DRIVER_VERSION', default='0.31.0')
|
GECKO_DRIVER_VERSION = config('GECKO_DRIVER_VERSION', default='0.32.0')
|
||||||
|
|
||||||
TELEGRAM_API_TOKEN = config(
|
TELEGRAM_API_TOKEN = config(
|
||||||
'TELEGRAM_API_TOKEN', default='123456789:AABBCCDDEEFFaabbccddeeff-1234567890'
|
'TELEGRAM_API_TOKEN', default='123456789:AABBCCDDEEFFaabbccddeeff-1234567890'
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM selenoid/firefox:104.0 as builder
|
FROM selenoid/firefox:108.0 as builder
|
||||||
|
|
||||||
FROM aerokube/selenoid:latest-release
|
FROM aerokube/selenoid:latest-release
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"firefox": {
|
"firefox": {
|
||||||
"default": "104.0",
|
"default": "108.0",
|
||||||
"versions": {
|
"versions": {
|
||||||
"104.0": {
|
"108.0": {
|
||||||
"image": "selenoid/firefox:104.0",
|
"image": "selenoid/firefox:108.0",
|
||||||
"port": "4444",
|
"port": "4444",
|
||||||
"path": "/wd/hub"
|
"path": "/wd/hub"
|
||||||
}
|
}
|
||||||
|
@ -56,7 +56,7 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
caddy:
|
caddy:
|
||||||
image: "caddy:2.5.2"
|
image: "caddy:2.6.2"
|
||||||
container_name: transport_bot_caddy
|
container_name: transport_bot_caddy
|
||||||
hostname: transport_bot_caddy
|
hostname: transport_bot_caddy
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Loading…
x
Reference in New Issue
Block a user