docker-compose.yml 474 B

1234567891011121314151617181920212223
  1. version: '2'
  2. services:
  3. rss2twitter:
  4. image: umputun/rss2twitter:latest
  5. container_name: nginx
  6. hostname: nginx
  7. restart: always
  8. logging: &default_logging
  9. driver: json-file
  10. options:
  11. max-size: "10m"
  12. max-file: "5"
  13. environment:
  14. - FEED=http://lorem-rss.herokuapp.com/feed?unit=second&interval=30
  15. - REFRESH=1m
  16. - TWI_CONSUMER_KEY
  17. - TWI_CONSUMER_SECRET
  18. - TWI_ACCESS_TOKEN
  19. - TWI_ACCESS_SECRET