Compare commits

..

2 Commits

Author SHA1 Message Date
b299591d36 added container names 2025-02-13 03:11:53 +00:00
a73934412c changes 2025-02-13 02:22:39 +00:00
18 changed files with 73 additions and 81 deletions

View File

@ -1,5 +1,6 @@
services:
caddy:
container_name: caddy
image: caddy:latest
restart: unless-stopped
cap_add:
@ -13,6 +14,7 @@ services:
- $PWD/site:/srv
- caddy_data:/data
- caddy_config:/config
- $PWD/certificates:/data/caddy/certificates/local
networks:
- portainer_default
- glance_default

View File

@ -0,0 +1,8 @@
services:
dozzle:
container_name: dozzle
image: amir20/dozzle:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 1015:8080

View File

@ -1,5 +1,6 @@
services:
ghostboard-server:
container_name: ghostboard
image: thehelpfulidiot/ghostboard-server
ports:
- "1013:8080"

View File

@ -1,12 +1,10 @@
theme:
background-color: 50 1 6
contrast-multiplier: 1.2
#primary-color: 97 13 80
primary-color: 217 92 83
pages:
- name: Startpage
#hide-desktop-navigation: true
center-vertically: true
columns:
- size: full
@ -18,27 +16,27 @@ pages:
cache: 1m
title: Services
sites:
- title: gitea
- title: Gitea
url: "https://gitea.theocorp"
- title: glance
- title: Glance
url: "https://glance.theocorp"
- title: hoarder
- title: Hoarder
url: "https://hoarder.theocorp"
- title: immich
- title: Immich
url: "https://immich.theocorp"
- title: n8n
url: "https://n8n.theocorp"
- title: navidrome
- title: Navidrome
url: "https://navidrome.theocorp"
- title: olivetin
- title: Olivetin
url: "https://olivetin.theocorp"
- title: paperless-ai
- title: Paperless AI
url: "https://paperless-ai.theocorp"
- title: paperless
- title: Paperless
url: "https://paperless.theocorp"
- title: portainer
- title: Portainer
url: "https://portainer.theocorp"
- title: vaultwarden
- title: Vaultwarden
url: "https://vaultwarden.theocorp"
- type: bookmarks
@ -49,8 +47,9 @@ pages:
url: https://mail.google.com/mail/u/0/
- title: Amazon
url: https://www.amazon.com/
- title: Github
- title: GitHub
url: https://github.com/
- title: 3rd Party Services
links:
- title: Cloudflare
@ -59,6 +58,7 @@ pages:
url: https://example.com
- title: ETC
url: https://example.com
- title: Adulting
links:
- title: Mortgage
@ -81,18 +81,19 @@ pages:
- hoarder-app/hoarder
- glanceapp/glance
- neosmemo/memos
- type: hacker-news
limit: 15
collapse-after: 5
- size: full
widgets:
###Self Hosted / Home automation
- type: videos
title: Home Automation
channels:
- UCR-DXc1voovS8nhAvccRZhg # Jeff Geerling
- UCv6J_jJa8GJqFwQNgNrMuww # ServeTheHome
- UCOk-gHyjcWZNj3Br4oxwh0A # Techno Tim
- type: group
widgets:
- type: reddit
@ -101,10 +102,12 @@ pages:
- type: reddit
subreddit: sideproject
show-thumbnails: true
#### Mainstream/Reviewers
- type: videos
title: Tech Reviews
channels:
- UCBJycsmduvYEL83R_U4JriQ # MKBHD
- type: group
widgets:
- type: reddit
@ -114,39 +117,16 @@ pages:
subreddit: chatgpt
show-thumbnails: true
# - size: small
# widgets:
# - type: weather
# location: London, United Kingdom
# - type: markets
# markets:
# - symbol: SPY
# name: S&P 500
# - symbol: BTC-USD
# name: Bitcoin
# - symbol: NVDA
# name: NVIDIA
# - symbol: AAPL
# name: Apple
# - symbol: MSFT
# name: Microsoft
# - symbol: GOOGL
# name: Google
# - symbol: AMD
# name: AMD
# - symbol: RDDT
# name: Reddit
- name: PopCulture
columns:
- size: full
widgets:
### Pop/Black Culture
- type: videos
title: Music & Culture
channels:
- UCnxQ8o9RpqxGF2oLHcCn9VQ # fantano
- UCnxQ8o9RpqxGF2oLHcCn9VQ # Fantano
- UCQ86N3Ulc7yBuY4TZSWjaxA # [Deleted]
- type: group
widgets:
- type: reddit
@ -158,10 +138,11 @@ pages:
- type: reddit
subreddit: kendricklamar
show-thumbnails: true
#### Comedy
- type: videos
title: Comedy
channels:
- UCLuYADJ6hESLHX87JnsGbjA # Josh Joshnson
- UCLuYADJ6hESLHX87JnsGbjA # Josh Johnson
- name: BlackCulture
columns:
@ -172,6 +153,7 @@ pages:
- type: reddit
subreddit: blackpeopletwitter
- type: videos
title: Commentary
channels:
- UCgi2u-lGY-2i2ubLsUr6FbQ # FD Signifier
@ -180,9 +162,11 @@ pages:
- size: small
widgets:
- type: calendar
- size: full
widgets:
- type: group
title: News Feeds
widgets:
- type: rss
title: Local News
@ -205,29 +189,19 @@ pages:
- type: videos
style: grid-cards
title: Analysis
channels:
- UCsy9I56PY3IngCf_VGjunMQ # Zeihan
- UCC3ehuUksTyQ7bbjGntmx3Q #Perun
- UCC3ehuUksTyQ7bbjGntmx3Q # Perun
- name: Wealth
columns:
- size: full
widgets:
- type: group
title: Finance & Investing
widgets:
- type: reddit
subreddit: realestateinvesting
limit: 20
sort-by: top
# - name: Well-Being
# columns:
# - size: small
# widgets:
# - type: calendar
# - name: Spirituality
# columns:
# - size: small
# widgets:
# - type: calendar

View File

@ -1,10 +1,11 @@
services:
glance:
container_name: glance
image: glanceapp/glance
volumes:
- ./glance.yml:/app/glance.yml
- ./config:/app/config
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- 1005:8080
restart: unless-stopped
restart: unless-stopped

View File

@ -1,5 +1,6 @@
services:
hastebin:
container_name: hastebin
image: rlister/hastebin
environment:
STORAGE_TYPE: redis
@ -7,6 +8,7 @@ services:
ports:
- "1006:7777"
hastebinredis:
container_name: hastebinredis
image: redis
volumes:
- redis_data:/data

View File

@ -1,6 +1,7 @@
version: "3.8"
services:
web:
container_name: hoarder
image: ghcr.io/hoarder-app/hoarder:${HOARDER_VERSION:-release}
restart: unless-stopped
volumes:
@ -15,6 +16,7 @@ services:
OPENAI_API_KEY: "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"
DATA_DIR: /data
chrome:
container_name: hoarder-chrome
image: gcr.io/zenika-hub/alpine-chrome:123
restart: unless-stopped
command:
@ -25,6 +27,7 @@ services:
- --remote-debugging-port=9222
- --hide-scrollbars
meilisearch:
container_name: hoarder-meilisearch
image: getmeili/meilisearch:v1.11.1
restart: unless-stopped
env_file:

View File

@ -10,7 +10,7 @@ name: immich
services:
immich-server:
container_name: immich_server
container_name: immich
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
# extends:
# file: hwaccel.transcoding.yml
@ -31,7 +31,7 @@ services:
disable: false
immich-machine-learning:
container_name: immich_machine_learning
container_name: immich-machine-learning
# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.
# Example tag: ${IMMICH_VERSION:-release}-cuda
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
@ -47,7 +47,7 @@ services:
disable: false
redis:
container_name: immich_redis
container_name: immich-redis
image: docker.io/redis:6.2-alpine@sha256:eaba718fecd1196d88533de7ba49bf903ad33664a92debb24660a922ecd9cac8
healthcheck:
test: redis-cli ping || exit 1

View File

@ -1,5 +1,6 @@
services:
mongodb:
container_name: mongodb
image: mongo:4.4.18
ports:
- '27017:27017'

View File

@ -6,6 +6,7 @@ volumes:
services:
postgres:
container_name: n8n-postgres
image: postgres:16
restart: always
environment:
@ -25,6 +26,7 @@ services:
n8n:
image: docker.n8n.io/n8nio/n8n
container_name: n8n
restart: always
environment:
- DB_TYPE=postgresdb

View File

@ -1,5 +1,6 @@
services:
navidrome:
container_name: navidrome
image: deluan/navidrome:latest
user: 1000:1000 # should be owner of volumes
ports:

View File

@ -4,6 +4,7 @@ volumes:
services:
db:
container_name: nextcloud-db
image: mariadb:10.6
restart: always
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
@ -17,6 +18,7 @@ services:
app:
container_name: nextcloud
image: nextcloud
restart: always
ports:

View File

@ -14,6 +14,12 @@ services:
- 1014:3000
volumes:
- paperless-ai_data:/app/data
networks:
- paperless-ngx_default
volumes:
paperless-ai_data:
paperless-ai_data:
networks:
paperless-ngx_default:
external: true

View File

@ -28,12 +28,14 @@
services:
broker:
container_name: paperless-broker
image: docker.io/library/redis:7
restart: unless-stopped
volumes:
- redisdata:/data
db:
container_name: paperless-db
image: docker.io/library/postgres:16
restart: unless-stopped
volumes:
@ -44,6 +46,7 @@ services:
POSTGRES_PASSWORD: paperless
webserver:
container_name: paperless-ngx
image: ghcr.io/paperless-ngx/paperless-ngx:latest
restart: unless-stopped
user: 1000:1000
@ -61,6 +64,7 @@ services:
environment:
PAPERLESS_REDIS: redis://broker:6379
PAPERLESS_DBHOST: db
PAPERLESS_URL: https://paperless.theocorp
volumes:
data:

View File

@ -1,18 +0,0 @@
# More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/
services:
pihole:
container_name: pihole
image: pihole/pihole:latest
# For DHCP it is recommended to remove these ports and instead add: network_mode: "host"
network_mode: "host"
environment:
TZ: 'America/Chicago'
# WEBPASSWORD: 'set a secure password here or it will be random'
# Volumes store your data between container upgrades
volumes:
- './etc-pihole:/etc/pihole'
- './etc-dnsmasq.d:/etc/dnsmasq.d'
# https://github.com/pi-hole/docker-pi-hole#note-on-capabilities
cap_add:
- NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed
restart: unless-stopped

View File

@ -1,5 +1,6 @@
services:
pinchflat:
container_name: pinchflat
image: ghcr.io/kieraneglin/pinchflat:latest
environment:
# Set the timezone to your local timezone

View File

@ -1,6 +1,7 @@
version: "3"
services:
portainer:
container_name: portainer
image: portainer/portainer-ce:latest
ports:
- 1000:9443

View File

@ -1,6 +1,7 @@
version: '3'
services:
watchtower:
container_name: watchtower
image: containrrr/watchtower
command:
- --cleanup=true