Switch to obscura
This commit is contained in:
+4
-11
@@ -12,7 +12,7 @@ services:
|
|||||||
AUTH_URL: http://recettes.maison # http://localhost:3000
|
AUTH_URL: http://recettes.maison # http://localhost:3000
|
||||||
DATABASE_URL: postgres://postgres:norish@db:5432/norish
|
DATABASE_URL: postgres://postgres:norish@db:5432/norish
|
||||||
MASTER_KEY: 3NA734BBUitXp4DGvhq/3pUQL5Ai11DODLP6TW/TSo4=
|
MASTER_KEY: 3NA734BBUitXp4DGvhq/3pUQL5Ai11DODLP6TW/TSo4=
|
||||||
CHROME_WS_ENDPOINT: ws://chrome-headless:3000
|
OBSCURA_ENDPOINT: ws://obscura:9222
|
||||||
REDIS_URL: redis://redis:6379
|
REDIS_URL: redis://redis:6379
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
@@ -29,17 +29,10 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /var/lib/docker/volumes/norish/db_data:/var/lib/postgresql/data
|
- /var/lib/docker/volumes/norish/db_data:/var/lib/postgresql/data
|
||||||
|
|
||||||
chrome-headless:
|
obscura:
|
||||||
image: zenika/alpine-chrome:latest
|
image: norishapp/obscura:0.2.0-norish.1
|
||||||
container_name: chrome-headless
|
container_name: obscura
|
||||||
restart: unless-stopped
|
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:
|
redis:
|
||||||
image: redis:8.4.0
|
image: redis:8.4.0
|
||||||
|
|||||||
Reference in New Issue
Block a user