Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Add docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-christensen committed Aug 25, 2019
1 parent 9a2b43c commit 0b3033f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: '3'
services:
app:
build: .
ports:
- 5000:5000
queue-worker:
build: .
command: python3 worker.py
depends_on:
- redis
redis:
image: "redis:alpine"

0 comments on commit 0b3033f

Please sign in to comment.