mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-24 12:31:13 +00:00
39 lines
884 B
Markdown
39 lines
884 B
Markdown
|
---
|
||
|
name: Compose request
|
||
|
about: Request a currently missing FOSS compose example
|
||
|
title: ''
|
||
|
labels: ''
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
**What FOSS project is currently missing. Provide links.**
|
||
|
A clear and concise description of the FOSS project currently missing.
|
||
|
|
||
|
**Does an example docker-compose.yml exist?**
|
||
|
|
||
|
* [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.
|
||
|
|
||
|
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.
|