mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Missed a .env one-liner
This commit is contained in:
committed by
iPromKnight
parent
28e6c09612
commit
c2f94d9f4e
@@ -1,4 +1,3 @@
|
||||
version: "3.8"
|
||||
name: knightcrawler
|
||||
|
||||
x-restart: &restart-policy "unless-stopped"
|
||||
@@ -34,8 +33,7 @@ x-apps: &knightcrawler-app
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:latest
|
||||
env_file:
|
||||
- .env
|
||||
env_file: .env
|
||||
environment:
|
||||
PGUSER: postgres # needed for healthcheck.
|
||||
# # If you need the database to be accessible from outside, please open the below port.
|
||||
@@ -87,8 +85,7 @@ services:
|
||||
image: gabisonfire/knightcrawler-producer:latest
|
||||
labels:
|
||||
logging: "promtail"
|
||||
env_file:
|
||||
- .env
|
||||
env_file: .env
|
||||
<<: *knightcrawler-app
|
||||
networks:
|
||||
- knightcrawler-network
|
||||
|
||||
Reference in New Issue
Block a user