Skip to content

Commit

Permalink
Fix Docker Compose to build current working copy
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Wurster <miwurster@googlemail.com>
  • Loading branch information
miwurster committed Jan 27, 2020
1 parent 4e4616a commit 84b1d7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
@@ -1,13 +1,13 @@
version: '3'
services:
winery:
image: opentosca/winery:latest
build: .
environment:
WINERY_HOSTNAME: ${PUBLIC_HOSTNAME}
WORKFLOWMODELER_HOSTNAME: ${PUBLIC_HOSTNAME}
TOPOLOGYMODELER_HOSTNAME: ${PUBLIC_HOSTNAME}
CONTAINER_HOSTNAME: ${PUBLIC_HOSTNAME}
WINERY_REPOSITORY_PROVIDER: 'yaml'
WINERY_REPOSITORY_URL: 'https://github.com/radon-h2020/radon-particles'
WINERY_REPOSITORY_PROVIDER: "yaml"
WINERY_REPOSITORY_URL: "https://github.com/radon-h2020/radon-particles"
ports:
- '8080:8080'

0 comments on commit 84b1d7a

Please sign in to comment.