mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Add .env support in to the docker compose && remove the old .env.exmple data.
This commit is contained in:
parent
f3204cb574
commit
ec589d2f85
2 changed files with 3 additions and 7 deletions
|
@ -23,13 +23,6 @@ GROQ_API_KEY=""
|
||||||
# PASSWORD SALT
|
# PASSWORD SALT
|
||||||
PASSWORD_HASH_SALT=""
|
PASSWORD_HASH_SALT=""
|
||||||
|
|
||||||
# SCRAPING
|
|
||||||
POSTGRES_DB=""
|
|
||||||
POSTGRES_USER=""
|
|
||||||
POSTGRES_PASSWORD=""
|
|
||||||
POSTGRES_HOST=""
|
|
||||||
POSTGRES_PORT=""
|
|
||||||
|
|
||||||
# CF TURNSTILE
|
# CF TURNSTILE
|
||||||
NUXT_CF_TURNSTILE_SITE_KEY=""
|
NUXT_CF_TURNSTILE_SITE_KEY=""
|
||||||
NUXT_CF_TURNSTILE_SECRET_KEY=""
|
NUXT_CF_TURNSTILE_SECRET_KEY=""
|
||||||
|
|
|
@ -22,6 +22,9 @@ services:
|
||||||
- "traefik.http.services.newsanalyze.loadbalancer.server.port=3000"
|
- "traefik.http.services.newsanalyze.loadbalancer.server.port=3000"
|
||||||
- "com.centurylinklabs.watchtower.enable=true"
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
env_file:
|
||||||
|
- path: ./.env
|
||||||
|
required: true
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue