mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
rename .env to stack.env (#175)
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -610,4 +610,5 @@ fabric.properties
|
|||||||
**/caddy/logs/**
|
**/caddy/logs/**
|
||||||
|
|
||||||
# Mac directory indexes
|
# Mac directory indexes
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
deployment/docker/stack.env
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ services:
|
|||||||
## Postgres is the database that is used by the services.
|
## Postgres is the database that is used by the services.
|
||||||
## All downloaded metadata is stored in this database.
|
## All downloaded metadata is stored in this database.
|
||||||
postgres:
|
postgres:
|
||||||
env_file: .env
|
env_file: stack.env
|
||||||
environment:
|
environment:
|
||||||
PGUSER: ${POSTGRES_USER}
|
PGUSER: ${POSTGRES_USER}
|
||||||
healthcheck:
|
healthcheck:
|
||||||
@@ -29,7 +29,7 @@ services:
|
|||||||
start_period: 10s
|
start_period: 10s
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
# # If you need the database to be accessible from outside, please open the below port.
|
# # If you need the database to be accessible from outside, please open the below port.
|
||||||
# # Furthermore, please, please, please, change the username and password in the .env file.
|
# # Furthermore, please, please, please, change the username and password in the stack.env file.
|
||||||
# # If you want to enhance your security even more, create a new user for the database with a strong password.
|
# # If you want to enhance your security even more, create a new user for the database with a strong password.
|
||||||
# ports:
|
# ports:
|
||||||
# - "5432:5432"
|
# - "5432:5432"
|
||||||
@@ -42,7 +42,7 @@ services:
|
|||||||
## Redis is used as a cache for the services.
|
## Redis is used as a cache for the services.
|
||||||
## It is used to store the infohashes that are currently being processed in sagas, as well as intrim data.
|
## It is used to store the infohashes that are currently being processed in sagas, as well as intrim data.
|
||||||
redis:
|
redis:
|
||||||
env_file: .env
|
env_file: stack.env
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
- CMD-SHELL
|
- CMD-SHELL
|
||||||
@@ -64,7 +64,7 @@ services:
|
|||||||
## RabbitMQ is used as a message broker for the services.
|
## RabbitMQ is used as a message broker for the services.
|
||||||
## It is used to communicate between the services.
|
## It is used to communicate between the services.
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
env_file: .env
|
env_file: stack.env
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
- CMD-SHELL
|
- CMD-SHELL
|
||||||
@@ -104,7 +104,7 @@ services:
|
|||||||
redis:
|
redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
required: true
|
required: true
|
||||||
env_file: .env
|
env_file: stack.env
|
||||||
hostname: knightcrawler-addon
|
hostname: knightcrawler-addon
|
||||||
image: gabisonfire/knightcrawler-addon:2.0.7
|
image: gabisonfire/knightcrawler-addon:2.0.7
|
||||||
labels:
|
labels:
|
||||||
@@ -133,7 +133,7 @@ services:
|
|||||||
redis:
|
redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
required: true
|
required: true
|
||||||
env_file: .env
|
env_file: stack.env
|
||||||
image: gabisonfire/knightcrawler-consumer:2.0.7
|
image: gabisonfire/knightcrawler-consumer:2.0.7
|
||||||
labels:
|
labels:
|
||||||
logging: promtail
|
logging: promtail
|
||||||
@@ -159,7 +159,7 @@ services:
|
|||||||
redis:
|
redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
required: true
|
required: true
|
||||||
env_file: .env
|
env_file: stack.env
|
||||||
image: gabisonfire/knightcrawler-debrid-collector:2.0.7
|
image: gabisonfire/knightcrawler-debrid-collector:2.0.7
|
||||||
labels:
|
labels:
|
||||||
logging: promtail
|
logging: promtail
|
||||||
@@ -174,7 +174,7 @@ services:
|
|||||||
migrator:
|
migrator:
|
||||||
condition: service_completed_successfully
|
condition: service_completed_successfully
|
||||||
required: true
|
required: true
|
||||||
env_file: .env
|
env_file: stack.env
|
||||||
image: gabisonfire/knightcrawler-metadata:2.0.7
|
image: gabisonfire/knightcrawler-metadata:2.0.7
|
||||||
networks:
|
networks:
|
||||||
- knightcrawler-network
|
- knightcrawler-network
|
||||||
@@ -186,7 +186,7 @@ services:
|
|||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
required: true
|
required: true
|
||||||
env_file: .env
|
env_file: stack.env
|
||||||
image: gabisonfire/knightcrawler-migrator:2.0.7
|
image: gabisonfire/knightcrawler-migrator:2.0.7
|
||||||
networks:
|
networks:
|
||||||
- knightcrawler-network
|
- knightcrawler-network
|
||||||
@@ -210,7 +210,7 @@ services:
|
|||||||
redis:
|
redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
required: true
|
required: true
|
||||||
env_file: .env
|
env_file: stack.env
|
||||||
image: gabisonfire/knightcrawler-producer:2.0.7
|
image: gabisonfire/knightcrawler-producer:2.0.7
|
||||||
labels:
|
labels:
|
||||||
logging: promtail
|
logging: promtail
|
||||||
@@ -226,7 +226,7 @@ services:
|
|||||||
required: true
|
required: true
|
||||||
deploy:
|
deploy:
|
||||||
replicas: ${QBIT_REPLICAS:-0}
|
replicas: ${QBIT_REPLICAS:-0}
|
||||||
env_file: .env
|
env_file: stack.env
|
||||||
image: gabisonfire/knightcrawler-qbit-collector:2.0.7
|
image: gabisonfire/knightcrawler-qbit-collector:2.0.7
|
||||||
labels:
|
labels:
|
||||||
logging: promtail
|
logging: promtail
|
||||||
@@ -239,7 +239,7 @@ services:
|
|||||||
qbittorrent:
|
qbittorrent:
|
||||||
deploy:
|
deploy:
|
||||||
replicas: ${QBIT_REPLICAS:-0}
|
replicas: ${QBIT_REPLICAS:-0}
|
||||||
env_file: .env
|
env_file: stack.env
|
||||||
environment:
|
environment:
|
||||||
PGID: "1000"
|
PGID: "1000"
|
||||||
PUID: "1000"
|
PUID: "1000"
|
||||||
|
|||||||
Reference in New Issue
Block a user