diff --git a/docker-compose.yml b/docker-compose.yml index 551f42e..2026848 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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