feat: added template + linting

This commit is contained in:
sujiba 2024-05-05 14:00:09 +02:00
parent e487af8136
commit dc5a9d3653
17 changed files with 79 additions and 53 deletions

View file

@ -1,4 +1,4 @@
version: "3"
---
services:
### Downloader - Usenet
sabnzbd:

View file

@ -1,4 +1,4 @@
version: "3"
---
services:
### Downloader - Usenet
sabnzbd:
@ -63,4 +63,3 @@ services:
# ports:
# - 5055:5055
# restart: unless-stopped

View file

@ -1,3 +1,4 @@
---
# Copyright 2023 The Forgejo Authors.
# SPDX-License-Identifier: MIT
@ -12,10 +13,7 @@
# as a shared secret.
#
# Replace {ROOT_PASSWORD} with a secure password
version: "3"
services:
# https://code.forgejo.org/forgejo/runner/src/branch/main/examples/docker-compose
docker-in-docker:
image: docker:dind

View file

@ -1,4 +1,4 @@
version: '3.8'
---
services:
homeassistant:
image: ghcr.io/home-assistant/home-assistant:stable

View file

@ -1,4 +1,4 @@
version: "3.6"
---
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest

View file

@ -1,6 +1,4 @@
---
version: '3.7'
services:
minio:
image: quay.io/minio/minio

View file

@ -1,8 +1,29 @@
# ntfy
After container startup place server.yml into volumes/ntfy:
```
mv server.yml voluems/ntfy
- [ntfy](#ntfy)
- [Directory structure](#directory-structure)
- [Config](#config)
docker compose restart
## Directory structure
```
/opt/docker/ntfy
.
├── docker-compose.yml
└── volumes
├── cache
└── ntfy
└── server.yml
```
## Config
```
# Edit ntfy config
vi server.yml
# Move file into ntfy directory
mv server.yml volumes/ntfy
# Start ntfy container
docker compose up -d
```

View file

@ -1,7 +1,7 @@
---
services:
# https://docs.ntfy.sh/install/#docker
ntfy:
# https://docs.ntfy.sh/install/#docker
image: binwiederhier/ntfy
container_name: ntfy
command:

View file

@ -1,4 +1,4 @@
version: "3.4"
---
services:
broker:
image: redis:6.0

View file

@ -1,6 +1,5 @@
version: '3.7'
---
services:
# https://github.com/librespeed/speedtest/blob/master/doc_docker.md
speedtest:
image: ghcr.io/librespeed/speedtest:latest

View file

@ -1,6 +1,5 @@
version: "3"
---
services:
# https://docs.tandoor.dev/install/docker/
tandoor:
image: vabene1111/recipes

View file

@ -0,0 +1,12 @@
---
services:
service_name:
image:
container_name:
environment:
env_file:
command:
ports:
volumes:
depends_on:
restart: unless-stopped

View file

@ -1,4 +1,4 @@
version: '3.3'
---
services:
uptime-kuma:
image: louislam/uptime-kuma:latest
@ -7,4 +7,4 @@ services:
- ./volumes/data:/app/data
ports:
- 127.0.0.1:13001:3001
restart: always
restart: unless-stopped

View file

@ -1,4 +1,4 @@
version: '3'
---
services:
vaultwarden:
image: vaultwarden/server:latest