Initial upload of configurations
This commit is contained in:
14
plantuml/docker-compose.yaml
Normal file
14
plantuml/docker-compose.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: '3.3'
|
||||
|
||||
services:
|
||||
plantuml:
|
||||
image: plantuml/plantuml-server:jetty
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${PORT_HTTP}:8080
|
||||
env_file:
|
||||
- path: ./plantuml.env
|
||||
required: true
|
||||
environment:
|
||||
- TZ=${TIMEZONE}
|
||||
2
plantuml/plantuml.env
Normal file
2
plantuml/plantuml.env
Normal file
@@ -0,0 +1,2 @@
|
||||
CONTAINER_NAME=plantuml
|
||||
PORT_HTTP=1212
|
||||
Reference in New Issue
Block a user