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 @@ Not terrible, but not great.
|
||||
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
services:
|
||||
etesync:
|
||||
image: dsaier/etesync
|
||||
|
||||
@@ -36,7 +36,6 @@ docker compose exec mastodon /tootctl accounts approve admin
|
||||
|
||||
|
||||
```yaml
|
||||
---
|
||||
services:
|
||||
redis:
|
||||
image: redis:alpine
|
||||
|
||||
@@ -9,7 +9,6 @@ Collaboration for Mission-Critical Work. Slack alternative.
|
||||
|
||||
|
||||
```yaml
|
||||
---
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:13-alpine
|
||||
|
||||
@@ -74,7 +74,6 @@ DARKSKY_API_KEY=
|
||||
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
services:
|
||||
monicahq:
|
||||
image: monica
|
||||
|
||||
@@ -13,7 +13,6 @@ The Ultimate Communication Hub. A solid option for self-hosted chat and collabor
|
||||
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
services:
|
||||
mongodb:
|
||||
# https://hub.docker.com/r/bitnami/mongodb
|
||||
|
||||
Reference in New Issue
Block a user