Files
daily-news-digest/docker-compose.yml
T
2026-08-09 18:55:54 +08:00

11 lines
177 B
YAML

services:
web:
build: .
restart: unless-stopped
env_file:
- .env
ports:
- "3100:3100"
extra_hosts:
- "host.docker.internal:host-gateway"