mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 23:59:24 +00:00
set restart policy to unless-stopped
This commit is contained in:
@@ -3,7 +3,7 @@ version: '3.3'
|
|||||||
services:
|
services:
|
||||||
tubearchivist:
|
tubearchivist:
|
||||||
container_name: tubearchivist
|
container_name: tubearchivist
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
image: bbilly1/tubearchivist:latest
|
image: bbilly1/tubearchivist:latest
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- 8000:8000
|
||||||
@@ -25,7 +25,7 @@ services:
|
|||||||
archivist-redis:
|
archivist-redis:
|
||||||
image: redislabs/rejson:latest # for arm64 use bbilly1/rejson
|
image: redislabs/rejson:latest # for arm64 use bbilly1/rejson
|
||||||
container_name: archivist-redis
|
container_name: archivist-redis
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
expose:
|
expose:
|
||||||
- "6379"
|
- "6379"
|
||||||
volumes:
|
volumes:
|
||||||
@@ -35,7 +35,7 @@ services:
|
|||||||
archivist-es:
|
archivist-es:
|
||||||
image: bbilly1/tubearchivist-es # only for amd64, or use official es 7.17.4
|
image: bbilly1/tubearchivist-es # only for amd64, or use official es 7.17.4
|
||||||
container_name: archivist-es
|
container_name: archivist-es
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- "xpack.security.enabled=true"
|
- "xpack.security.enabled=true"
|
||||||
- "ELASTIC_PASSWORD=verysecret" # matching Elasticsearch password
|
- "ELASTIC_PASSWORD=verysecret" # matching Elasticsearch password
|
||||||
|
|||||||
Reference in New Issue
Block a user