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
- REDIS_HOST=proxitok-redis
- REDIS_PORT=6379
- API_BROWSER_URL=http://proxitok-chrome:9515
- API_SIGNER_URL=http://proxitok-signer:8080/signature
volumes:
- proxitok-cache:/cache
depends_on:
- redis
- chrome
- signer
redis:
container_name: proxitok-redis
image: redis:6-alpine
image: redis:7-alpine
command: redis-server --save 60 1 --loglevel warning
restart: unless-stopped
chrome:
container_name: proxitok-chrome
image: zenika/alpine-chrome:with-chromedriver
shm_size: 1g
ports:
- "9515:9515"
signer:
container_name: proxitok-signer
image: ghcr.io/pablouser1/signtok:master
volumes:
proxitok-cache: