1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2025-01-22 21:38:24 +00:00

20 lines
377 B
YAML
Raw Normal View History

2021-12-26 22:38:20 +01:00
version: "3"
services:
plantuml-server:
image: plantuml/plantuml-server:jetty
container_name: plantuml-server
environment:
- TZ=Europe/Berlin
2022-04-15 13:46:40 +02:00
- BASE_URL=plantuml
2021-12-26 22:38:20 +01:00
nginx:
image: nginx:alpine
container_name: nginx
ports:
- "80:80"
environment:
- TZ=Europe/Berlin
2021-12-26 22:38:20 +01:00
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro