Added docker-compose file to build plantuml-server with a custom base url.

This commit is contained in:
Michael Rausch
2019-05-07 19:06:08 +02:00
parent 3c3c64b3d6
commit e276733481
2 changed files with 30 additions and 8 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
version: '3.3'
services:
plantuml-server:
build:
context: .
dockerfile: Dockerfile.jetty
args:
BASE_URL: plantuml
image: plantuml/plantuml-server:local
container_name: plantuml-server
ports:
- 8080:8080