Initial upload of configurations

This commit is contained in:
Sil Klaasboer
2025-02-17 19:23:54 +01:00
parent 75ea10380d
commit ca2bcafe16
184 changed files with 4660 additions and 2 deletions

View 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}