Added docker-compose file to build plantuml-server with a custom base url.
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user