Simple formatting preference

This commit is contained in:
purple_emily
2024-03-09 14:05:39 +00:00
committed by iPromKnight
parent cc6914cb86
commit d8885b23bc

View File

@@ -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: