mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Simple formatting preference
This commit is contained in:
committed by
iPromKnight
parent
cc6914cb86
commit
d8885b23bc
@@ -52,8 +52,7 @@ services:
|
|||||||
|
|
||||||
mongodb:
|
mongodb:
|
||||||
image: mongo:latest
|
image: mongo:latest
|
||||||
env_file:
|
env_file: .env
|
||||||
- .env
|
|
||||||
environment:
|
environment:
|
||||||
MONGO_INITDB_ROOT_USERNAME: ${MONGODB_USER:?Variable MONGODB_USER not set}
|
MONGO_INITDB_ROOT_USERNAME: ${MONGODB_USER:?Variable MONGODB_USER not set}
|
||||||
MONGO_INITDB_ROOT_PASSWORD: ${MONGODB_PASSWORD:?Variable MONGODB_PASSWORD not set}
|
MONGO_INITDB_ROOT_PASSWORD: ${MONGODB_PASSWORD:?Variable MONGODB_PASSWORD not set}
|
||||||
@@ -96,8 +95,7 @@ services:
|
|||||||
|
|
||||||
consumer:
|
consumer:
|
||||||
image: gabisonfire/knightcrawler-consumer:latest
|
image: gabisonfire/knightcrawler-consumer:latest
|
||||||
env_file:
|
env_file: .env
|
||||||
- .env
|
|
||||||
labels:
|
labels:
|
||||||
logging: "promtail"
|
logging: "promtail"
|
||||||
deploy:
|
deploy:
|
||||||
@@ -108,8 +106,7 @@ services:
|
|||||||
|
|
||||||
metadata:
|
metadata:
|
||||||
image: gabisonfire/knightcrawler-metadata:latest
|
image: gabisonfire/knightcrawler-metadata:latest
|
||||||
env_file:
|
env_file: .env
|
||||||
- .env
|
|
||||||
labels:
|
labels:
|
||||||
logging: "promtail"
|
logging: "promtail"
|
||||||
restart: no
|
restart: no
|
||||||
@@ -118,8 +115,7 @@ services:
|
|||||||
|
|
||||||
addon:
|
addon:
|
||||||
<<: *knightcrawler-app
|
<<: *knightcrawler-app
|
||||||
env_file:
|
env_file: .env
|
||||||
- .env
|
|
||||||
hostname: knightcrawler-addon
|
hostname: knightcrawler-addon
|
||||||
image: gabisonfire/knightcrawler-addon:latest
|
image: gabisonfire/knightcrawler-addon:latest
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
Reference in New Issue
Block a user