Opengist Logo Docker Compose

Explore

  • All gists
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI Powered by Opengist ⋅ 24ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register

AXChrono

Joined 3 years ago

All gists 1
Recently created Least recently created Recently updated Least recently updated

AXChrono / PlantUML

Last active 2 months ago

Generate diagrams from textual description.

1 0 2
1 services:
2 # PlantUML
3 plantuml:
4 container_name: ${PLANTUML_CONTAINER_NAME:-PlantUML}
5 hostname: plantuml
6 image: plantuml/plantuml-server:${PLANTUML_TAG:-latest}
7 restart: ${RESTART:-unless-stopped}
8 healthcheck:
9 test: curl -f http://localhost:8080/ || exit 1
10 ports: