mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14: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
|
@ -22,6 +22,9 @@ services:
|
|||
- "traefik.http.services.newsanalyze.loadbalancer.server.port=3000"
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- path: ./.env
|
||||
required: true
|
||||
deploy:
|
||||
mode: replicated
|
||||
replicas: 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue