Skip to content

Commit

Permalink
Updated Docker Compose, Added Sonarr, Radarr, Homarr, Vaultwarden
Browse files Browse the repository at this point in the history
  • Loading branch information
smcnab1 committed Jan 1, 2024
1 parent ac994dd commit 6ca14d6
Show file tree
Hide file tree
Showing 20 changed files with 107 additions and 372 deletions.
21 changes: 0 additions & 21 deletions docker-compose/flame-dashboard/docker-compose.yml

This file was deleted.

16 changes: 16 additions & 0 deletions docker-compose/homarr/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: '3'
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
environment:
- TZ=Europe/London
- DEFAULT_COLOR_SCHEME=dark
volumes:
- /volume1/DOCKER/homarr/config:/app/data/configs
- /volume1/DOCKER/homarr/icons:/app/public/icons
- /volume1/DOCKER/homarr/data:/data
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 7575:7575
31 changes: 0 additions & 31 deletions docker-compose/jellyfin/docker-compose.yml

This file was deleted.

21 changes: 0 additions & 21 deletions docker-compose/jellyseerr/docker-compose.yml

This file was deleted.

4 changes: 2 additions & 2 deletions docker-compose/mariadb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ services:
MYSQL_USER: 'username'
MYSQL_PASSWORD: 'password'
volumes:
- /home/sam/docker/mariadb/mysql:/var/lib/mysql
- /home/sam/docker/mariadb/config:/config
- /volume1/DOCKER/mariadb/mysql:/var/lib/mysql
- /volume1/DOCKER/mariadb/config:/config
ports:
- 3306:3306
networks:
Expand Down
41 changes: 41 additions & 0 deletions docker-compose/mealie/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
version: "3.4"
services:
mealie:
container_name: mealie
image: mealie:dev
build:
context: ../
target: production
dockerfile: ./docker/Dockerfile
restart: always
volumes:
- /volume1/DOCKER/mealie:/app/data/
ports:
- 9091:9000
environment:
ALLOW_SIGNUP: "false"

DB_ENGINE: sqlite # Optional: 'sqlite', 'postgres'
# =====================================
# Postgres Config
POSTGRES_USER: mealie
POSTGRES_PASSWORD: mealie
POSTGRES_SERVER: postgres
POSTGRES_PORT: 5432
POSTGRES_DB: mealie

# =====================================
# Web Concurrency
WEB_GUNICORN: "false"
WORKERS_PER_CORE: 0.5
MAX_WORKERS: 1
WEB_CONCURRENCY: 1
# =====================================
# Email Configuration
# SMTP_HOST=
# SMTP_PORT=587
# SMTP_FROM_NAME=Mealie
# SMTP_AUTH_STRATEGY=TLS # Options: 'TLS', 'SSL', 'NONE'
# SMTP_FROM_EMAIL=
# SMTP_USER=
# SMTP_PASSWORD=
121 changes: 0 additions & 121 deletions docker-compose/media-stack/docker-compose.yml

This file was deleted.

27 changes: 0 additions & 27 deletions docker-compose/nextcloud/docker-compose.yml

This file was deleted.

27 changes: 0 additions & 27 deletions docker-compose/nginx-proxy-manager/docker-compose.yml

This file was deleted.

20 changes: 0 additions & 20 deletions docker-compose/node-red/docker-compose.yml

This file was deleted.

2 changes: 0 additions & 2 deletions docker-compose/phpmyadmin/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ services:
- backend
- frontend
restart: always
logging:
driver: "gelf"

networks:
frontend:
Expand Down
21 changes: 0 additions & 21 deletions docker-compose/pi.alert/docker-compose.yml

This file was deleted.

Loading

0 comments on commit 6ca14d6

Please sign in to comment.