Skip to content

Commit

Permalink
inkpy in docker-compose (#3369)
Browse files Browse the repository at this point in the history
inkpy in docker compose
  • Loading branch information
maho authored and MarekBleschke committed Feb 6, 2019
1 parent 0d39541 commit a08f278
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,14 @@ services:
image: redis:3.0
ports:
- "6379:6379"
inkpy:
image: allegro/inkpy:latest
restart: always
links:
- redis:redis
environment:
REDIS_HOST: redis
REDIS_PASSWORD: ""
REDIS_PORT: 6379
REDIS_DB: 0

0 comments on commit a08f278

Please sign in to comment.