Update to new versions
This commit is contained in:
+5
-2
@@ -14,20 +14,23 @@ services:
|
|||||||
NEXTAUTH_SECRET: 1lxqLtij4hy/fhVJF7iI+AEt6L/zOT8UZcg6+MwJzP+b/H1T
|
NEXTAUTH_SECRET: 1lxqLtij4hy/fhVJF7iI+AEt6L/zOT8UZcg6+MwJzP+b/H1T
|
||||||
|
|
||||||
chrome:
|
chrome:
|
||||||
image: gcr.io/zenika-hub/alpine-chrome:100
|
image: gcr.io/zenika-hub/alpine-chrome:124
|
||||||
container_name: Hoarder-CHROME
|
container_name: Hoarder-CHROME
|
||||||
restart: always
|
restart: always
|
||||||
command:
|
command:
|
||||||
- --no-sandbox
|
- --no-sandbox
|
||||||
- --disable-gpu
|
- --disable-gpu
|
||||||
|
- --disable-dev-shm-usage
|
||||||
- --remote-debugging-address=0.0.0.0
|
- --remote-debugging-address=0.0.0.0
|
||||||
- --remote-debugging-port=9222
|
- --remote-debugging-port=9222
|
||||||
|
- --hide-scrollbars
|
||||||
|
|
||||||
meilisearch:
|
meilisearch:
|
||||||
image: getmeili/meilisearch:v1.6
|
image: getmeili/meilisearch:v1.13.3
|
||||||
container_name: Hoarder-MEILI
|
container_name: Hoarder-MEILI
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /var/lib/docker/volumes/hoarder/meili:/meili_data:rw
|
- /var/lib/docker/volumes/hoarder/meili:/meili_data:rw
|
||||||
environment:
|
environment:
|
||||||
MEILI_MASTER_KEY: G7dY4zR6Y0OJTES+2zfsUY4qWr+118gt7RhhhTOARVIH913i
|
MEILI_MASTER_KEY: G7dY4zR6Y0OJTES+2zfsUY4qWr+118gt7RhhhTOARVIH913i
|
||||||
|
MEILI_NO_ANALYTICS: "true"
|
||||||
Reference in New Issue
Block a user