Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c9c03db743 | |||
| f0832b9dd7 | |||
| e1804d38b6 | |||
| e785743580 | |||
| 42d9e628b7 | |||
| 9cf54273e5 | |||
| c5df925cb5 | |||
| e0d80dba34 | |||
| 5390ef62e9 | |||
| 39c9221d00 | |||
| a1c2266436 | |||
| 3e02ee89b9 | |||
| 315c4cd61e | |||
| 9abd0aa20e | |||
| ad1c1912aa | |||
| 787847292b | |||
| 102f9d2b33 | |||
| 12486de442 | |||
| 05b8eaf353 | |||
| 27c1e01476 | |||
| 7eac2b12f8 |
@@ -1,3 +1,3 @@
|
|||||||
# containers
|
# containers
|
||||||
|
|
||||||
compose.yaml and other configuration data for Docker containers
|
compose.yaml and other configuration data for Docker containers.
|
||||||
|
|||||||
@@ -1,27 +0,0 @@
|
|||||||
services:
|
|
||||||
beszel:
|
|
||||||
image: henrygd/beszel:latest
|
|
||||||
container_name: beszel
|
|
||||||
restart: unless-stopped
|
|
||||||
environment:
|
|
||||||
APP_URL: http://localhost:8090
|
|
||||||
ports:
|
|
||||||
- 8090:8090
|
|
||||||
volumes:
|
|
||||||
- ./beszel_data:/beszel_data
|
|
||||||
- ./beszel_socket:/beszel_socket
|
|
||||||
|
|
||||||
beszel-agent:
|
|
||||||
image: henrygd/beszel-agent:latest
|
|
||||||
container_name: beszel-agent
|
|
||||||
restart: unless-stopped
|
|
||||||
network_mode: host
|
|
||||||
volumes:
|
|
||||||
- ./beszel_agent_data:/var/lib/beszel-agent
|
|
||||||
- ./beszel_socket:/beszel_socket
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
||||||
environment:
|
|
||||||
LISTEN: /beszel_socket/beszel.sock
|
|
||||||
HUB_URL: http://localhost:8090
|
|
||||||
TOKEN: da52524a-fa93-47ef-908c-dd001c9e8e18
|
|
||||||
KEY: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFgDayLLA8JOzQ7fZtqTlUaRIQvhtoYSZvkUC9PrdQJG"
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
services:
|
|
||||||
beszel:
|
|
||||||
image: henrygd/beszel:latest
|
|
||||||
container_name: beszel
|
|
||||||
restart: unless-stopped
|
|
||||||
environment:
|
|
||||||
APP_URL: http://localhost:8090
|
|
||||||
ports:
|
|
||||||
- 8090:8090
|
|
||||||
volumes:
|
|
||||||
- ./beszel_data:/beszel_data
|
|
||||||
- ./beszel_socket:/beszel_socket
|
|
||||||
|
|
||||||
+1
-1
@@ -4,7 +4,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: gitea/gitea:latest
|
image: gitea/gitea:1.26.0
|
||||||
container_name: gitea
|
container_name: gitea
|
||||||
environment:
|
environment:
|
||||||
- USER_UID=1000
|
- USER_UID=1000
|
||||||
|
|||||||
+4
-3
@@ -1,15 +1,16 @@
|
|||||||
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
|
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
|
||||||
|
|
||||||
# The location where your uploaded files are stored
|
# The location where your uploaded files are stored
|
||||||
UPLOAD_LOCATION=/mnt/storage/appdata/immich/library
|
UPLOAD_LOCATION=/var/lib/immich/data
|
||||||
# The location where your database files are stored
|
# The location where your database files are stored
|
||||||
DB_DATA_LOCATION=/mnt/storage/appdata/immich/postgres
|
DB_DATA_LOCATION=/var/lib/immich/db
|
||||||
|
|
||||||
# To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
|
# To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
|
||||||
TZ=America/New_York
|
TZ=America/New_York
|
||||||
|
|
||||||
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
|
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
|
||||||
IMMICH_VERSION=v2.3.1
|
IMMICH_VERSION=v2.7.5
|
||||||
|
|
||||||
|
|
||||||
# Connection secret for postgres. You should change it to a random password
|
# Connection secret for postgres. You should change it to a random password
|
||||||
DB_PASSWORD=postgres
|
DB_PASSWORD=postgres
|
||||||
|
|||||||
@@ -4,19 +4,19 @@ services:
|
|||||||
container_name: jellyfin
|
container_name: jellyfin
|
||||||
network_mode: 'host'
|
network_mode: 'host'
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/storage/appdata/jellyfin/config:/config
|
- /etc/jellyfin:/config
|
||||||
- /mnt/storage/appdata/jellyfin/config/web-config.json:/jellyfin/jellyfin-web/config.json
|
# - /etc/jellyfin/web-config.json:/jellyfin/jellyfin-web/config.json
|
||||||
- /mnt/storage/appdata/jellyfin/cache:/cache
|
- /var/lib/jellyfin/cache:/cache
|
||||||
- /mnt/cygnus:/cygnus:ro
|
- /mnt/cygnus:/cygnus:ro
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /mnt/storage/appdata/jellyfin/media
|
source: /var/lib/jellyfin/media
|
||||||
target: /media
|
target: /media
|
||||||
read_only: true
|
read_only: true
|
||||||
restart: 'unless-stopped'
|
restart: 'unless-stopped'
|
||||||
# Optional - alternative address used for autodiscovery
|
# Optional - alternative address used for autodiscovery
|
||||||
# environment:
|
environment:
|
||||||
# - JELLYFIN_PublishedServerUrl=http://example.com
|
- JELLYFIN_PublishedServerUrl=http://127.0.0.1:8096
|
||||||
# Optional - may be necessary for docker healthcheck to pass if running in host network mode
|
# Optional - may be necessary for docker healthcheck to pass if running in host network mode
|
||||||
# extra_hosts:
|
# extra_hosts:
|
||||||
# - 'host.docker.internal:host-gateway'
|
# - 'host.docker.internal:host-gateway'
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
|
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/storage/appdata/nextcloud/mysql:/var/lib/mysql
|
- /var/lib/nextcloud/db:/var/lib/mysql
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
environment:
|
environment:
|
||||||
@@ -16,12 +16,12 @@ services:
|
|||||||
app:
|
app:
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
image: nextcloud:32
|
image: nextcloud:33
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/storage/appdata/nextcloud/www/html:/var/www/html
|
- /var/lib/nextcloud/data/www/html:/var/www/html
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
+6
-23
@@ -1,33 +1,16 @@
|
|||||||
services:
|
services:
|
||||||
portainer:
|
portainer:
|
||||||
image: portainer/portainer:latest
|
image: portainer/portainer-ce:lts
|
||||||
container_name: portainer
|
container_name: portainer
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
security_opt:
|
|
||||||
- no-new-privileges:true
|
|
||||||
networks:
|
|
||||||
- proxy
|
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /var/lib/portainer:/data
|
- /var/lib/portainer:/data
|
||||||
ports:
|
ports:
|
||||||
- 9000:9000
|
- 9443:9443
|
||||||
labels:
|
- 8000:8000
|
||||||
- "traefik.enable=false"
|
|
||||||
- "traefik.http.routers.portainer.entrypoints=http"
|
|
||||||
- "traefik.http.routers.portainer.rule=Host(`portainer.objectbrokers.com`)"
|
|
||||||
- "traefik.http.middlewares.portainer-https-redirect.redirectscheme.scheme=https"
|
|
||||||
- "traefik.http.routers.portainer.middlewares=portainer-https-redirect"
|
|
||||||
- "traefik.http.routers.portainer-secure.entrypoints=https"
|
|
||||||
- "traefik.http.routers.portainer-secure.rule=Host(`portainer.objectbrokers.com`)"
|
|
||||||
- "traefik.http.routers.portainer-secure.tls=true"
|
|
||||||
- "traefik.http.routers.portainer-secure.tls.certresolver=http"
|
|
||||||
- "traefik.http.routers.portainer-secure.service=portainer"
|
|
||||||
- "traefik.http.services.portainer.loadbalancer.server.port=9000"
|
|
||||||
- "traefik.docker.network=proxy"
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
default:
|
||||||
external: true
|
name: portainer_network
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user