mirror of
https://github.com/hpware/news-analyze.git
synced 2025-07-16 19:19:33 +08:00
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.
15 lines
341 B
YAML
Executable File
15 lines
341 B
YAML
Executable File
services:
|
|
service:
|
|
image: ghcr.io/hpware/news-analyze:beta
|
|
ports:
|
|
- 36695:3000 # CHANGE YOUR PORT HERE
|
|
restart: unless-stopped
|
|
# Use only one node to ease development, as this is not for prod use.
|
|
env_file:
|
|
- path: ./.env
|
|
required: true
|
|
networks:
|
|
- n3abetaweb
|
|
networks:
|
|
n3abetaweb: null
|