Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4819cd1605 | |||
| 3d8bb3f400 | |||
| 6e21983d89 | |||
| 54fd2bba20 | |||
| 0d6fc8a82b | |||
| 68c2899842 | |||
| 113ad7700a | |||
| 83dc0019ec | |||
| 962f399c23 | |||
| f90f191e41 | |||
| fd834bd55e | |||
| 53803b51f7 | |||
| 904c7af1f6 | |||
| 6aeb224a97 | |||
| f05d2fbf02 | |||
| a00eca0b7e | |||
| 6bf6cfec8b | |||
| d5e03e8a08 | |||
| c0d8e1a3e1 |
@@ -290,11 +290,12 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: keatonLiu/docker-compose-remote-action@v1.2
|
uses: keatonLiu/docker-compose-remote-action@v1.2
|
||||||
with:
|
with:
|
||||||
|
docker_compose_file: docker-compose.yml
|
||||||
|
docker_args: -d --remove-orphans --pull missing --parallel -1
|
||||||
ssh_user: gitea-deploy
|
ssh_user: gitea-deploy
|
||||||
ssh_host: 192.168.1.254
|
ssh_host: 192.168.1.254
|
||||||
ssh_host_public_key: ${{ secrets.RINOA_GITEA_PUBLIC_SSH_KEY }}
|
ssh_host_public_key: ${{ secrets.RINOA_GITEA_PUBLIC_SSH_KEY }}
|
||||||
ssh_private_key: ${{ secrets.RINOA_GITEA_PRIVATE_SSH_KEY }}
|
ssh_private_key: ${{ secrets.RINOA_GITEA_PRIVATE_SSH_KEY }}
|
||||||
docker_compose_file: docker-compose.yml
|
|
||||||
- name: Gotify Notification
|
- name: Gotify Notification
|
||||||
uses: eikendev/gotify-action@master
|
uses: eikendev/gotify-action@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -53,13 +53,16 @@
|
|||||||
| homepage | ghcr.io/gethomepage/homepage:latest |
|
| homepage | ghcr.io/gethomepage/homepage:latest |
|
||||||
| hortusfox | ghcr.io/danielbrendel/hortusfox-web:latest |
|
| hortusfox | ghcr.io/danielbrendel/hortusfox-web:latest |
|
||||||
| hugo | hugomods/hugo:exts |
|
| hugo | hugomods/hugo:exts |
|
||||||
|
| immich-server | ghcr.io/immich-app/immich-server:release |
|
||||||
|
| immich-machine-learning | ghcr.io/immich-app/immich-machine-learning:release |
|
||||||
|
| immich-pg-db | tensorchord/pgvecto-rs:pg14-v0.2.1 |
|
||||||
|
| immich-public-proxy | alangrainger/immich-public-proxy:latest |
|
||||||
|
| immich-power-tools | ghcr.io/varun-raj/immich-power-tools:latest |
|
||||||
|
| influxdb2 | influxdb:2-alpine |
|
||||||
| invidious | quay.io/invidious/invidious:latest |
|
| invidious | quay.io/invidious/invidious:latest |
|
||||||
| invidious-db | docker.io/library/postgres:14 |
|
| invidious-db | docker.io/library/postgres:14 |
|
||||||
| invoice_ninja | invoiceninja/invoiceninja:5 |
|
| invoice_ninja | invoiceninja/invoiceninja:5 |
|
||||||
| invoice_ninja_proxy | nginx |
|
| invoice_ninja_proxy | nginx |
|
||||||
| immich-server | ghcr.io/immich-app/immich-server:release |
|
|
||||||
| immich-machine-learning | ghcr.io/immich-app/immich-machine-learning:release |
|
|
||||||
| immich-pg-db | tensorchord/pgvecto-rs:pg14-v0.2.1 |
|
|
||||||
| it-tools | ghcr.io/corentinth/it-tools:latest |
|
| it-tools | ghcr.io/corentinth/it-tools:latest |
|
||||||
| jellyfin | jellyfin/jellyfin |
|
| jellyfin | jellyfin/jellyfin |
|
||||||
| jitsi-etherpad | etherpad/etherpad:1.8.6 |
|
| jitsi-etherpad | etherpad/etherpad:1.8.6 |
|
||||||
@@ -149,7 +152,6 @@
|
|||||||
| wazuh.indexer | wazuh/wazuh-indexer: |
|
| wazuh.indexer | wazuh/wazuh-indexer: |
|
||||||
| wazuh.manager | wazuh/wazuh-manager: |
|
| wazuh.manager | wazuh/wazuh-manager: |
|
||||||
| web-check | lissy93/web-check |
|
| web-check | lissy93/web-check |
|
||||||
| yacht | selfhostedpro/yacht |
|
|
||||||
| your_spotify | lscr.io/linuxserver/your_spotify:latest |
|
| your_spotify | lscr.io/linuxserver/your_spotify:latest |
|
||||||
| youtubedl | nbr23/youtube-dl-server:latest |
|
| youtubedl | nbr23/youtube-dl-server:latest |
|
||||||
| zammad-backup | postgres: |
|
| zammad-backup | postgres: |
|
||||||
|
|||||||
+65
-46
@@ -920,8 +920,8 @@ services:
|
|||||||
ENGINE_mastodon-pg-db: postgres@dbgate-plugin-postgres
|
ENGINE_mastodon-pg-db: postgres@dbgate-plugin-postgres
|
||||||
|
|
||||||
LABEL_mongodb: mongodb
|
LABEL_mongodb: mongodb
|
||||||
URI_mongodb: mongodb://mongodb:27017
|
URI_mongodb: mongodb://root:${MONGO_INITDB_ROOT_PASSWORD}@mongodb:27017
|
||||||
ENGINE_mongodb: mongo@dbgate-plugin-mongo
|
ENGINE_mongodb: mongo@dbgate-plugin-mongo-v2
|
||||||
|
|
||||||
LABEL_netbox-db: netbox-db
|
LABEL_netbox-db: netbox-db
|
||||||
SERVER_netbox-db: netbox-db
|
SERVER_netbox-db: netbox-db
|
||||||
@@ -1976,7 +1976,7 @@ services:
|
|||||||
bind:
|
bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
immich-server:
|
immich-server:
|
||||||
container_name: immich_server
|
container_name: immich-server
|
||||||
depends_on:
|
depends_on:
|
||||||
redis:
|
redis:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
@@ -1986,6 +1986,8 @@ services:
|
|||||||
required: true
|
required: true
|
||||||
environment:
|
environment:
|
||||||
DB_DATABASE_NAME: immich
|
DB_DATABASE_NAME: immich
|
||||||
|
DB_HOSTNAME: immich-pg-db
|
||||||
|
DB_PORT: 5432
|
||||||
DB_USERNAME: immich
|
DB_USERNAME: immich
|
||||||
DB_PASSWORD: ${IMMICH_DB_PASSWORD}
|
DB_PASSWORD: ${IMMICH_DB_PASSWORD}
|
||||||
IMMICH_TELEMETRY_INCLUDE: all
|
IMMICH_TELEMETRY_INCLUDE: all
|
||||||
@@ -2000,7 +2002,7 @@ services:
|
|||||||
- ${DOCKER_VOLUME_STORAGE}/Pics:/usr/src/app/upload
|
- ${DOCKER_VOLUME_STORAGE}/Pics:/usr/src/app/upload
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
immich-machine-learning:
|
immich-machine-learning:
|
||||||
container_name: immich_machine_learning
|
container_name: immich-machine-learning
|
||||||
depends_on:
|
depends_on:
|
||||||
immich-server:
|
immich-server:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
@@ -2022,7 +2024,7 @@ services:
|
|||||||
-c wal_compression=on
|
-c wal_compression=on
|
||||||
container_name: immich-pg-db
|
container_name: immich-pg-db
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: ${JOPLIN_POSTGRES_PASSWORD}
|
POSTGRES_PASSWORD: ${IMMICH_DB_PASSWORD}
|
||||||
POSTGRES_USER: immich
|
POSTGRES_USER: immich
|
||||||
POSTGRES_DB: immich
|
POSTGRES_DB: immich
|
||||||
expose:
|
expose:
|
||||||
@@ -2041,6 +2043,43 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_CONFIG}/immich/db:/var/lib/postgresql/data
|
- ${DOCKER_VOLUME_CONFIG}/immich/db:/var/lib/postgresql/data
|
||||||
|
immich-public-proxy:
|
||||||
|
container_name: immich-public-proxy
|
||||||
|
depends_on:
|
||||||
|
immich-server:
|
||||||
|
condition: service_started
|
||||||
|
required: true
|
||||||
|
environment:
|
||||||
|
IMMICH_URL: http://immich-server:2283
|
||||||
|
expose:
|
||||||
|
- 3000
|
||||||
|
healthcheck:
|
||||||
|
test: wget -q --spider http://localhost:3000/share/healthcheck || exit 1
|
||||||
|
start_period: 10s
|
||||||
|
timeout: 5s
|
||||||
|
image: alangrainger/immich-public-proxy:latest
|
||||||
|
labels:
|
||||||
|
homepage: enable
|
||||||
|
homepage_proto: http
|
||||||
|
homepage_port: 3000
|
||||||
|
homepage_url: pics.${MY_TLD}
|
||||||
|
homepage.uptime-kuma.enabled: true
|
||||||
|
homepage.uptime-kuma.monitor.url: https://pics.${MY_TLD}
|
||||||
|
homepage.group: Lifestyle
|
||||||
|
homepage.name: Immich
|
||||||
|
homepage.href: https://pics.${MY_TLD}
|
||||||
|
homepage.icon: immich.svg
|
||||||
|
homepage.description: High performance self-hosted photo and video management solution
|
||||||
|
restart: always
|
||||||
|
immich-power-tools:
|
||||||
|
container_name: immich-power-tools
|
||||||
|
environment:
|
||||||
|
IMMICH_API_KEY: ${IMMICH_POWER_TOOLS_KEY}
|
||||||
|
IMMICH_URL: http://immich-server:2283
|
||||||
|
EXTERNAL_IMMICH_URL: https://pics.trez.wtf
|
||||||
|
image: ghcr.io/varun-raj/immich-power-tools:latest
|
||||||
|
ports:
|
||||||
|
- 54018:3000
|
||||||
influxdb2:
|
influxdb2:
|
||||||
container_name: influxdb2
|
container_name: influxdb2
|
||||||
environment:
|
environment:
|
||||||
@@ -3373,7 +3412,7 @@ services:
|
|||||||
ALLOW_EMPTY_PASSWORD: yes
|
ALLOW_EMPTY_PASSWORD: yes
|
||||||
MONGODB_REPLICA_SET_MODE: primary
|
MONGODB_REPLICA_SET_MODE: primary
|
||||||
MONGODB_REPLICA_SET_NAME: rinoa
|
MONGODB_REPLICA_SET_NAME: rinoa
|
||||||
MONGODB_REPLICA_SET_KEY:
|
MONGODB_REPLICA_SET_KEY: ${MONGODB_REPLICA_SET_KEY}
|
||||||
image: bitnami/mongodb:7.0
|
image: bitnami/mongodb:7.0
|
||||||
ports:
|
ports:
|
||||||
- 27017:27017
|
- 27017:27017
|
||||||
@@ -3679,59 +3718,35 @@ services:
|
|||||||
volume: {}
|
volume: {}
|
||||||
nextcloud:
|
nextcloud:
|
||||||
container_name: nextcloud
|
container_name: nextcloud
|
||||||
depends_on:
|
|
||||||
mariadb:
|
|
||||||
condition: service_started
|
|
||||||
required: true
|
|
||||||
restart: true
|
|
||||||
environment:
|
environment:
|
||||||
PGID: ${PGID}
|
DOCKER_HOST: tcp://dockerproxy:2375
|
||||||
PUID: ${PUID}
|
|
||||||
TZ: ${TZ}
|
|
||||||
LOG_LEVEL: debug
|
LOG_LEVEL: debug
|
||||||
hostname: Rinoa
|
SKIP_DOMAIN_VALIDATION: false
|
||||||
image: lscr.io/linuxserver/nextcloud:latest
|
APACHE_ADDITIONAL_NETWORK:
|
||||||
|
APACHE_IP_BINDING: 0.0.0.0
|
||||||
|
APACHE_PORT: 11000
|
||||||
|
expose:
|
||||||
|
- 11000
|
||||||
|
image: nextcloud/all-in-one:latest
|
||||||
labels:
|
labels:
|
||||||
homepage.group: Personal Services
|
homepage.group: Personal Services
|
||||||
homepage.name: NextCloud
|
homepage.name: NextCloud
|
||||||
homepage.href: https://cloud.${MY_TLD}
|
homepage.href: https://cloud.${MY_TLD}
|
||||||
homepage.icon: nextcloud.png
|
homepage.icon: nextcloud.svg
|
||||||
homepage.description: Private Cloud
|
homepage.description: Private Cloud
|
||||||
swag: enable
|
swag: enable
|
||||||
|
swag_port: 11000
|
||||||
swag_proto: https
|
swag_proto: https
|
||||||
swag_url: cloud.${MY_TLD}
|
swag_url: cloud.${MY_TLD}
|
||||||
swag.uptime-kuma.enabled: true
|
swag.uptime-kuma.enabled: true
|
||||||
swag.uptime-kuma.monitor.url: https://cloud.${MY_TLD}
|
swag.uptime-kuma.monitor.url: https://cloud.${MY_TLD}
|
||||||
networks:
|
|
||||||
default: null
|
|
||||||
ports:
|
ports:
|
||||||
- mode: ingress
|
- 56713:8080
|
||||||
protocol: tcp
|
|
||||||
published: "444"
|
|
||||||
target: 443
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- bind:
|
- /etc/localtime:/etc/localtime:ro
|
||||||
create_host_path: true
|
- ${DOCKER_VOLUME_CONFIG}/nextcloud/config:/config
|
||||||
read_only: true
|
- ${DOCKER_VOLUME_CONFIG}/nextcloud/data:/data
|
||||||
source: /etc/localtime
|
|
||||||
target: /etc/localtime
|
|
||||||
type: bind
|
|
||||||
- bind:
|
|
||||||
create_host_path: true
|
|
||||||
source: ${DOCKER_VOLUME_CONFIG}/nextcloud
|
|
||||||
target: /config
|
|
||||||
type: bind
|
|
||||||
- bind:
|
|
||||||
create_host_path: true
|
|
||||||
source: /rinoa-storage
|
|
||||||
target: /storage
|
|
||||||
type: bind
|
|
||||||
- bind:
|
|
||||||
create_host_path: true
|
|
||||||
source: ${DOCKER_VOLUME_CONFIG}/nextcloud
|
|
||||||
target: /data
|
|
||||||
type: bind
|
|
||||||
ollama:
|
ollama:
|
||||||
container_name: ollama
|
container_name: ollama
|
||||||
image: ollama/ollama
|
image: ollama/ollama
|
||||||
@@ -4404,8 +4419,12 @@ services:
|
|||||||
condition: service_started
|
condition: service_started
|
||||||
required: true
|
required: true
|
||||||
environment:
|
environment:
|
||||||
MONGO_URL: mongodb://mongodb:27017/rocketchat?replicaSet=rinoa
|
ADMIN_USERNAME: Trez.One
|
||||||
MONGO_OPLOG_URL: mongodb://mongodb:27017/local?replicaSet=rinoa
|
ADMIN_NAME: Charish Patel
|
||||||
|
ADMIN_PASS: ${ROCKETCHAT_ADMIN_PASSWORD}
|
||||||
|
ADMIN_EMAIL: charish.patel@trez.wtf
|
||||||
|
MONGO_URL: mongodb://rocketchat:${ROCKETCHAT_MONGODB_PASSWORD}@mongodb:27017/rocketchat?replicaSet=rinoa
|
||||||
|
MONGO_OPLOG_URL: mongodb://rocketchat:${ROCKETCHAT_MONGODB_PASSWORD}@mongodb:27017/local?replicaSet=rinoa
|
||||||
ROOT_URL: https://chat.trez.wtf
|
ROOT_URL: https://chat.trez.wtf
|
||||||
PORT: 3000
|
PORT: 3000
|
||||||
DEPLOY_METHOD: docker
|
DEPLOY_METHOD: docker
|
||||||
|
|||||||
Reference in New Issue
Block a user