https://github.com/jonas-merkle/container-draw-io
A Docker Compose container setup for Draw.io
https://github.com/jonas-merkle/container-draw-io
docker-compose drawio traefik
Last synced: about 1 month ago
JSON representation
A Docker Compose container setup for Draw.io
- Host: GitHub
- URL: https://github.com/jonas-merkle/container-draw-io
- Owner: jonas-merkle
- License: other
- Created: 2022-12-07T16:50:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-22T15:17:13.000Z (over 1 year ago)
- Last Synced: 2025-03-05T08:25:08.928Z (over 1 year ago)
- Topics: docker-compose, drawio, traefik
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# container-draw-io
A Docker Compose container setup for [Draw.io](https://github.com/jgraph/drawio)
## Table of contents
- [container-draw-io](#container-draw-io)
- [Table of contents](#table-of-contents)
- [Setup](#setup)
- [License](#license)
## Setup
0. Requirements
- Docker
- Docker Compose
- A running [Traefik instance](https://github.com/jonas-merkle/container-traefik)
1. Add environment variables
Add the missing information for the environment variables:
```bash
nano .env
```
Mark the `.env` file so it's not tracked by git:
```bash
git update-index --assume-unchanged .env
```
2. Start container
```bash
docker-compose up -d
````
3. Stop container
```bash
docker-compose down
```
## License
This project is licensed under the [GNU Lesser General Public License v3.0](https://www.gnu.org/licenses/lgpl-3.0.html) (LGPLv3). You are free to use, modify, and distribute this software under the terms specified in the LGPLv3.
See the [LICENSE](./LICENSE) file for more detailed information.