Compose-Examples/.github/ISSUE_TEMPLATE/compose-request.md

41 lines
851 B
Markdown
Raw Normal View History

2023-02-21 09:26:17 +00:00
---
name: Compose request
about: Request a currently missing FOSS compose example
title: ''
labels: ''
assignees: ''
---
2023-02-21 09:33:15 +00:00
**What FOSS project is currently missing. Provide names and links.**
* NAME:
* GitHub URL:
2023-02-21 09:26:17 +00:00
**Does an example docker-compose.yml exist?**
2023-02-21 09:33:15 +00:00
* [0] - Yes, managed by the FOSS maintainer. See links below.
* [1] - Yes, I have a personal working compose file. See code below.
* [2] - No, I have not found any and want to request one.
2023-02-21 09:26:17 +00:00
Here some links to pre-existing docker-compose examples:
- <link1>
- <link2>
Here my personal working docker-compose.yml:
````
version: '3.3'
services:
.
.
.
````
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.