1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-05-28 22:20:48 +00:00
plantuml-server/examples/nginx-contextpath/docker-compose.yml
2022-04-15 17:16:28 +02:00

20 lines
381 B
YAML

version: "3"
services:
plantuml-server:
image: plantuml/plantuml-server:jetty
container_name: plantuml-server
environment:
- TZ="Europe/Berlin"
- BASE_URL=plantuml
nginx:
image: nginx:alpine
container_name: nginx
ports:
- "80:80"
environment:
- TZ="Europe/Berlin"
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro