diff --git a/docker-compose.yml b/docker-compose.yml index 399a69d..9de2b35 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: AUTH_URL: http://recettes.maison # http://localhost:3000 DATABASE_URL: postgres://postgres:norish@db:5432/norish MASTER_KEY: 3NA734BBUitXp4DGvhq/3pUQL5Ai11DODLP6TW/TSo4= - CHROME_WS_ENDPOINT: ws://chrome-headless:3000 + OBSCURA_ENDPOINT: ws://obscura:9222 REDIS_URL: redis://redis:6379 depends_on: - db @@ -29,17 +29,10 @@ services: volumes: - /var/lib/docker/volumes/norish/db_data:/var/lib/postgresql/data - chrome-headless: - image: zenika/alpine-chrome:latest - container_name: chrome-headless + obscura: + image: norishapp/obscura:0.2.0-norish.1 + container_name: obscura restart: unless-stopped - command: - - "--no-sandbox" - - "--disable-gpu" - - "--disable-dev-shm-usage" - - "--remote-debugging-address=0.0.0.0" - - "--remote-debugging-port=3000" - - "--headless" redis: image: redis:8.4.0