mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2026-01-10 19:41:44 +00:00
clean-up docker-compose files: remove version and ---
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
services:
|
||||
jira:
|
||||
image: atlassian/jira-software
|
||||
|
||||
@@ -12,7 +12,6 @@ Full-featured & complicated.
|
||||
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
services:
|
||||
openproject:
|
||||
image: openproject/community
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
services:
|
||||
planka:
|
||||
image: meltyshev/planka:latest
|
||||
|
||||
@@ -10,7 +10,6 @@ Probably the best of the ones tested. A good balance between features & complexi
|
||||
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
services:
|
||||
wekandb:
|
||||
image: mongo:latest
|
||||
|
||||
Reference in New Issue
Block a user