Changed chromedriver with SignTok

This commit is contained in:
Pablo Ferreiro 2022-05-22 12:52:56 +02:00
parent 177f290e56
commit abf23450db
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24

View file

@ -11,23 +11,19 @@ services:
- API_CACHE=redis - API_CACHE=redis
- REDIS_HOST=proxitok-redis - REDIS_HOST=proxitok-redis
- REDIS_PORT=6379 - REDIS_PORT=6379
- API_BROWSER_URL=http://proxitok-chrome:9515 - API_SIGNER_URL=http://proxitok-signer:8080/signature
volumes: volumes:
- proxitok-cache:/cache - proxitok-cache:/cache
depends_on: depends_on:
- redis - redis
- chrome - signer
redis: redis:
container_name: proxitok-redis container_name: proxitok-redis
image: redis:6-alpine image: redis:7-alpine
command: redis-server --save 60 1 --loglevel warning command: redis-server --save 60 1 --loglevel warning
restart: unless-stopped restart: unless-stopped
signer:
chrome: container_name: proxitok-signer
container_name: proxitok-chrome image: ghcr.io/pablouser1/signtok:master
image: zenika/alpine-chrome:with-chromedriver
shm_size: 1g
ports:
- "9515:9515"
volumes: volumes:
proxitok-cache: proxitok-cache: