Skip to content

Commit

Permalink
fix: remove deprecated compose version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd committed Nov 4, 2024
1 parent ea9ff8a commit dba1b9f
Show file tree
Hide file tree
Showing 148 changed files with 658 additions and 603 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ A [pastebin](https://en.wikipedia.org/wiki/Pastebin) is a type of online content
- [Gokapi](examples/gokapi) - Lightweight selfhosted Firefox Send alternative without public upload. AWS S3 supported.
- [Projectsend](examples/projectsend) - ProjectSend is a free, open source software that lets you share files with your clients, focused on ease of use and privacy. It supports clients groups, system users roles, statistics, multiple languages, detailed logs and much more!
- [Pwndrop](examples/pwndrop) - pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV.
- [Droppy](examples/droppy) (deprecated) - droppy is a self-hosted file storage server with a web interface and capabilities to edit files and view media directly in the browser. It is particularly well-suited to be run on low-end hardware like the Raspberry Pi.
- [PairDrop](examples/pairdrop) - PairDrop is a sublime alternative to AirDrop that works on all platforms. Send images, documents or text via peer to peer connection to devices in the same local network/Wi-Fi or to paired devices.
- [MinIO](examples/minio) - MinIO is an object storage server, compatible with Amazon S3 cloud storage service, mainly used for storing unstructured data (such as photos, videos, log files, etc.).
- [Transfer.sh](examples/transfer.sh) - Easy and fast file sharing from the command-line.
Expand Down Expand Up @@ -370,7 +369,6 @@ Software that helps to increase security and privacy.
- [CrowdSec](examples/crowdsec) - The open-source and participative security solution offering crowdsourced protection against malicious IPs and access to the most advanced real-world CTI.
- [Tor-Browser](examples/tor-browser) - Running a Tor browser instance on any headless server.
- [Firefox](examples/firefox) - Firefox by linuxserver.io allows you to run the popular Firefox web broser on a remote server.
- [Bibliogram](examples/bibliogram) (deprecated) - Bibliogram is a private front-end frontend to Instagram, similar to Invidous.
- [Nitter](examples/nitter) - Nitter is an alternative front-end to Twitter, and was inspired by Invidious.
- [Unify Network Application](examples/unify-network-application) - The Unifi-network-application software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.

Expand Down
4 changes: 2 additions & 2 deletions examples/adguard-home-sync/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: "2.1"
services:

adguardhome-sync:
image: linuxserver/adguardhome-sync
container_name: adguardhome-sync
Expand All @@ -18,4 +18,4 @@ services:
- PGID=1000
restart: unless-stopped
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/adguard-home-sync:/config
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/adguard-home-sync:/config
5 changes: 2 additions & 3 deletions examples/adguard-home/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
version: "3"

services:

adguard:
image: adguard/adguardhome:latest
container_name: adguard
hostname: adguard
image: adguard/adguardhome:latest
ports:
- 3000:3000/tcp # only required during initial setup
- 8080:80/tcp # web interface after setup
Expand Down
7 changes: 3 additions & 4 deletions examples/answer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
version: "3"

services:

answer:
container_name: answer
image: answerdev/answer
container_name: answer
ports:
- '9080:80'
- 9080:80
expose:
- 80
restart: unless-stopped
Expand Down
3 changes: 1 addition & 2 deletions examples/archivebox/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
version: "3.9"

services:

archivebox:
image: archivebox/archivebox:dev
container_name: archivebox
Expand Down
2 changes: 0 additions & 2 deletions examples/arr-suite/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.6"

services:

# image used to index torrent links from the internet
Expand Down
19 changes: 10 additions & 9 deletions examples/authelia/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,41 @@
version: '3.3'

services:

authelia:
image: authelia/authelia
container_name: authelia
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/authelia/config:/config
networks:
- proxy
labels:
- 'traefik.enable=true'
- 'traefik.http.routers.authelia.rule=Host(`auth.example.com`)' # replace with your domain name
- 'traefik.http.routers.authelia.entrypoints=https'
- 'traefik.http.middlewares.authelia.forwardauth.address=http://authelia:9091/api/verify?rd=https://auth.example.com' # replace with your domain name
- 'traefik.http.middlewares.authelia.forwardauth.trustForwardHeader=true'
- 'traefik.http.middlewares.authelia.forwardauth.authResponseHeaders=Remote-User,Remote-Groups,Remote-Name,Remote-Email' # yamllint disable-line rule:line-length
ports:
- 9091:9091/tcp
expose:
- 9091
restart: unless-stopped
environment:
- TZ=Europe/Berlin
#networks:
# - proxy

redis:
image: redis:alpine
container_name: authelia-redis
command: redis-server --requirepass SuperSecureRedisAuthPassword # also reflect this in the authelia config file
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/authelia/redis:/data
networks:
- proxy
expose:
- 6379
restart: unless-stopped
environment:
- TZ=Europe/Berlin
#networks:
# - proxy

networks:
proxy:
external: true
#networks:
# proxy:
# external: true
2 changes: 0 additions & 2 deletions examples/authentik/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.4"

services:

postgresql:
Expand Down
4 changes: 0 additions & 4 deletions examples/bibliogram/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions examples/bibliogram/config.js

This file was deleted.

23 changes: 0 additions & 23 deletions examples/bibliogram/docker-compose.yml

This file was deleted.

3 changes: 1 addition & 2 deletions examples/bitwarden/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
version: "3.8"

services:

bitwarden:
image: bitwarden/self-host:2024.8.0-beta
container_name: bitwarden_unified
Expand Down
7 changes: 5 additions & 2 deletions examples/bookstack/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
version: "3"

services:

bookstack:
image: linuxserver/bookstack
container_name: bookstack
Expand All @@ -18,6 +17,8 @@ services:
restart: unless-stopped
ports:
- 8099:80
expose:
- 80
depends_on:
- bookstack_db
#networks:
Expand Down Expand Up @@ -47,6 +48,8 @@ services:
- MYSQL_DATABASE=bookstackapp
- MYSQL_USER=bookstack
- MYSQL_PASSWORD=USERPW1
expose:
- 3306
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/bookstack/mariadb-config:/config
restart: unless-stopped
Expand Down
5 changes: 4 additions & 1 deletion examples/caddy/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: "3.7"
services:

caddy:
image: caddy:latest
container_name: caddy
Expand All @@ -9,6 +9,9 @@ services:
ports:
- "80:80"
- "443:443"
expose:
- 80 # http
- 443 # https
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/caddy/CaddyFile:/etc/caddy/Caddyfile
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/caddy/data:/data
Expand Down
4 changes: 3 additions & 1 deletion examples/changedetection/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: "2.1"
services:

changedetection:
image: lscr.io/linuxserver/changedetection.io:latest
container_name: changedetection
Expand All @@ -11,6 +11,8 @@ services:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/changedetection/config:/config
ports:
- 5000:5000
expose:
- 5000
restart: unless-stopped
#networks:
# - proxy
Expand Down
5 changes: 3 additions & 2 deletions examples/chevereto/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
version: "3.7"

services:

chevereto:
image: ghcr.io/chevereto/chevereto:4.1
container_name: chevereto
Expand Down Expand Up @@ -40,6 +39,8 @@ services:
container_name: chevereto_mariadb
restart: unless-stopped
init: true
expose:
- 3306
environment:
MYSQL_DATABASE: chevereto
MYSQL_USER: chevereto
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare-ddns/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: "3"
services:

cloudflare-ddns:
image: favonia/cloudflare-ddns:latest
container_name: cloudflare-ddns
Expand Down
4 changes: 2 additions & 2 deletions examples/code-server/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "2.1"

services:

code-server:
Expand All @@ -18,6 +16,8 @@ services:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/vscode/config:/config
ports:
- 8443:8443
expose:
- 8443
restart: unless-stopped
#networks:
# - proxy
Expand Down
3 changes: 3 additions & 0 deletions examples/crowdsec/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ services:
image: crowdsecurity/crowdsec:v1.6.3
container_name: crowdsec
restart: unless-stopped
ports:
- 127.0.0.1:9876:8080 # http api for local fw bouncers
- 127.0.0.1:6060:6060 # metrics endpoint for prometheus
expose:
- 8080 # http api for bouncers
- 6060 # metrics endpoint for prometheus
Expand Down
2 changes: 0 additions & 2 deletions examples/cs2-dedicated-server/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.7'

services:

cs2-server:
Expand Down
9 changes: 5 additions & 4 deletions examples/dashy/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
version: "3.8"
services:

dashy:
image: lissy93/dashy
container_name: dashy
hostname: dashy
image: lissy93/dashy
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/dashy/config/config.yml:/app/public/conf.yml
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/dashy/icons:/app/public/item-icons
Expand All @@ -14,7 +13,9 @@ services:
- GID=1000
restart: unless-stopped
ports:
- 4000:80
- 4000:80
expose:
- 80
healthcheck:
test: ['CMD', 'node', '/app/services/healthcheck']
interval: 1m30s
Expand Down
7 changes: 3 additions & 4 deletions examples/deemix/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
version: "3"

services:

deemix:
image: registry.gitlab.com/bockiii/deemix-docker:latest
container_name: deemix
hostname: deemix
environment:
- PUID=1000
- PGID=1000
hostname: deemix
image: registry.gitlab.com/bockiii/deemix-docker:latest
restart: unless-stopped
ports:
- 6595:6595
Expand Down
6 changes: 4 additions & 2 deletions examples/docmost/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:

docmost:
Expand Down Expand Up @@ -53,6 +51,8 @@ services:
- POSTGRES_USER=docmost
- POSTGRES_PASSWORD=STRONG_DB_PASSWORD
restart: unless-stopped
expose:
- 5432
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/docmost/database:/var/lib/postgresql/data
#networks:
Expand All @@ -62,6 +62,8 @@ services:
image: redis:7.2-alpine
container_name: docmost-redis
restart: unless-stopped
expose:
- 6379
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/docmost/redis:/data
#networks:
Expand Down
2 changes: 0 additions & 2 deletions examples/docuseal/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:

app:
Expand Down
5 changes: 3 additions & 2 deletions examples/domainmod/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
version: '3.7'
services:

app:
image: domainmod/domainmod:latest
container_name: domainmod_app
Expand All @@ -20,6 +19,8 @@ services:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/domainmod/app:/var/www/html
ports:
- 8080:80
expose:
- 80
restart: unless-stopped

db:
Expand Down
Loading

0 comments on commit dba1b9f

Please sign in to comment.