add Docker configuration and news crawler implementation
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
api:
|
||||
build:
|
||||
context: .
|
||||
volumes:
|
||||
- ./config.json:/app/config.json:ro
|
||||
- ./data:/data
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- nginx_proxy_manager_default
|
||||
|
||||
networks:
|
||||
nginx_proxy_manager_default:
|
||||
external: true
|
||||
Reference in New Issue
Block a user