mirror of
https://github.com/hpware/news-analyze.git
synced 2025-07-16 23:49:06 +00:00
Delete funding.yml as the Lawsnotes thingy & Update README & Wipedev
Some checks failed
Build and Push Beta Image / build-and-push (push) Has been cancelled
Some checks failed
Build and Push Beta Image / build-and-push (push) Has been cancelled
scripts to give windows ppl a script to use & add MORE docker-compose files :D also updated deploy.md & gitignore, but the groq api thing is still broken tho.
This commit is contained in:
parent
fe9cb6e588
commit
0c904fd5bd
15 changed files with 276 additions and 248 deletions
14
docker-compose-no-traefik.yml
Executable file
14
docker-compose-no-traefik.yml
Executable file
|
@ -0,0 +1,14 @@
|
|||
services:
|
||||
newsanalyze-service:
|
||||
image: ghcr.io/hpware/news-analyze:latest
|
||||
ports:
|
||||
- 36694:80 # CHANGE YOUR PORT HERE
|
||||
networks:
|
||||
- web
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- path: ./.env
|
||||
required: true
|
||||
|
||||
networks:
|
||||
web:
|
Loading…
Add table
Add a link
Reference in a new issue