Skip to content

Commit

Permalink
premium user config in docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusShepherd committed Sep 14, 2023
1 parent 9e4770a commit 687602e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ services:
environment:
CLOSESPIDER_TIMEOUT: 10800 # 3 hours
DONT_RUN_BEFORE_SEC: 3600 # 1 hour
# GOOGLE_APPLICATION_CREDENTIALS: /app/gs.json
TELNETCONSOLE_ENABLED: 1
TELNETCONSOLE_USERNAME: scrapy
TELNETCONSOLE_PASSWORD: recommend.games
SCRAPE_PREMIUM_USERS_CONFIG_DIR: /app/premium
ports:
- 6023:6023
volumes:
- ./feeds:/app/feeds
- ./images:/app/images
# - ../recommend-games-server/gs.json:/app/gs.json
- ../recommend-games-config/users/premium:/app/premium
restart: unless-stopped
stop_grace_period: 15m
stop_signal: SIGINT
Expand Down

0 comments on commit 687602e

Please sign in to comment.