Skip to content

Commit

Permalink
Added preview-service to docker-compose-speckle
Browse files Browse the repository at this point in the history
  • Loading branch information
cristi8 committed May 14, 2021
1 parent a5e7b53 commit 45bd878
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose-speckle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,12 @@ services:
POSTGRES_DB: "speckle"

REDIS_URL: "redis://redis"

preview-service:
build:
context: .
dockerfile: packages/preview-service/Dockerfile
restart: always
environment:
DEBUG: "preview-service:*"
PG_CONNECTION_STRING: "postgres://speckle:speckle@postgres/speckle"

0 comments on commit 45bd878

Please sign in to comment.