MissingKids selenium app fix

This commit is contained in:
Luciano Gervasoni
2025-04-07 12:38:30 +02:00
parent 3867538826
commit d78ade600f
4 changed files with 20 additions and 13 deletions

View File

@@ -6,6 +6,13 @@ services:
image: fetcher_app_selenium
build:
context: ./app_selenium
args:
# arm64
ARG ARCH_G=linux-aarch64
ARG ARCH_F=linux-aarch64
# amd64
#ARG ARCH_G=linux64
#ARG ARCH_F=linux-x86_64
container_name: fetcher_app_selenium
restart: unless-stopped
shm_size: 512mb