news-analyze/docker-compose-no-traefik.yml
吳元皓 0c904fd5bd Delete funding.yml as the Lawsnotes thingy & Update README & Wipedev
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.
2025-07-02 22:46:39 +08:00

15 lines
261 B
YAML
Executable File

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: