ekster/docker-compose.yml
Peter Stuifzand 7199652e4a Add TokenEndpoint to backend.json
- The tokenEndpoint provided here will be used to check the authenticity
  of the token
2018-05-16 21:21:00 +02:00

18 lines
291 B
YAML

version: '2'
services:
redis:
image: "redis"
web:
image: "pstuifzand/eksterd:alpine"
working_dir: /opt/microsub
links:
- redis:redis
volumes:
- ./data:/opt/microsub
ports:
- 8090
environment:
- "FEEDBIN_USER="
- "FEEDBIN_PASS="