mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2025-03-24 22:50:13 +00:00
set restart policy to unless-stopped
This commit is contained in:
parent
72ec78e011
commit
5bc67104ea
@ -3,7 +3,7 @@ version: '3.3'
|
||||
services:
|
||||
tubearchivist:
|
||||
container_name: tubearchivist
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: bbilly1/tubearchivist:latest
|
||||
ports:
|
||||
- 8000:8000
|
||||
@ -25,7 +25,7 @@ services:
|
||||
archivist-redis:
|
||||
image: redislabs/rejson:latest # for arm64 use bbilly1/rejson
|
||||
container_name: archivist-redis
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- "6379"
|
||||
volumes:
|
||||
@ -35,7 +35,7 @@ services:
|
||||
archivist-es:
|
||||
image: bbilly1/tubearchivist-es # only for amd64, or use official es 7.17.4
|
||||
container_name: archivist-es
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- "xpack.security.enabled=true"
|
||||
- "ELASTIC_PASSWORD=verysecret" # matching Elasticsearch password
|
||||
|
Loading…
Reference in New Issue
Block a user