checking in chnages
This commit is contained in:
parent
63a637f4d9
commit
46ccf6e759
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
music/
|
music/
|
||||||
data/
|
data/
|
||||||
immich/library
|
immich/library
|
||||||
|
immich/postgres
|
||||||
7
airsonic/docker-compose.yml
Normal file
7
airsonic/docker-compose.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
services:
|
||||||
|
airsonic:
|
||||||
|
container_name: airsonic
|
||||||
|
image: tamland/airsonic-refix:latest
|
||||||
|
ports:
|
||||||
|
- "1007:80"
|
||||||
|
restart: unless-stopped
|
||||||
1
autorestic/.autorestic.lock.yml
Normal file
1
autorestic/.autorestic.lock.yml
Normal file
@ -0,0 +1 @@
|
|||||||
|
running: false
|
||||||
@ -10,8 +10,8 @@ backends:
|
|||||||
AWS_SECRET_ACCESS_KEY: ARVHEzmsqB7DEy7kOIwNPUPC9rSl5DtmhsH1XgNc
|
AWS_SECRET_ACCESS_KEY: ARVHEzmsqB7DEy7kOIwNPUPC9rSl5DtmhsH1XgNc
|
||||||
|
|
||||||
locations:
|
locations:
|
||||||
hoarder_meilisearch_data:
|
hoarder_meilisearch:
|
||||||
from: hoarder_meilisearch_data
|
from: hoarder_meilisearch
|
||||||
type: volume
|
type: volume
|
||||||
to:
|
to:
|
||||||
- aws_s3
|
- aws_s3
|
||||||
@ -38,20 +38,20 @@ locations:
|
|||||||
to:
|
to:
|
||||||
- aws_s3
|
- aws_s3
|
||||||
|
|
||||||
# nextcloud_nextcloud_aio_data:
|
|
||||||
# from: nextcloud_nextcloud_aio_data
|
|
||||||
# type: volume
|
|
||||||
# to:
|
|
||||||
# - aws_s3
|
|
||||||
|
|
||||||
# nextcloud_nextcloud_aio_mastercontainer:
|
|
||||||
# from: nextcloud_nextcloud_aio_mastercontainer
|
|
||||||
# type: volume
|
|
||||||
# to:
|
|
||||||
# - aws_s3
|
|
||||||
|
|
||||||
portainer_portainer_data:
|
portainer_portainer_data:
|
||||||
from: portainer_portainer_data
|
from: portainer_portainer_data
|
||||||
type: volume
|
type: volume
|
||||||
to:
|
to:
|
||||||
- aws_s3
|
- aws_s3
|
||||||
|
|
||||||
|
nextcloud_db:
|
||||||
|
from: nextcloud_db
|
||||||
|
type: volume
|
||||||
|
to:
|
||||||
|
- aws_s3
|
||||||
|
|
||||||
|
nextcloud_nextcloud:
|
||||||
|
from: nextcloud_nextcloud
|
||||||
|
type: volume
|
||||||
|
to:
|
||||||
|
- aws_s3
|
||||||
@ -11,6 +11,7 @@ services:
|
|||||||
ND_LOGLEVEL: info
|
ND_LOGLEVEL: info
|
||||||
ND_SESSIONTIMEOUT: 24h
|
ND_SESSIONTIMEOUT: 24h
|
||||||
ND_BASEURL: ""
|
ND_BASEURL: ""
|
||||||
|
ND_SCANNER_GROUPALBUMRELEASES: true
|
||||||
volumes:
|
volumes:
|
||||||
- "./data:/data"
|
- "./data:/data"
|
||||||
- "./:/music:ro"
|
- "./:/music:ro"
|
||||||
|
|||||||
1
navidrome/navidrome.toml
Normal file
1
navidrome/navidrome.toml
Normal file
@ -0,0 +1 @@
|
|||||||
|
Scanner.GroupAlbumReleases = true
|
||||||
@ -1,4 +1,4 @@
|
|||||||
actions:
|
actions:
|
||||||
- title: backup containers
|
- title: backup containers
|
||||||
shell: "docker run --rm -d --privileged -v /home/geezo/Documents/autorestic:/data -v /var/run/docker.sock:/var/run/docker.sock cupcakearmy/autorestic autorestic backup -va -c /data/config.yaml"
|
shell: "docker run --rm -d --privileged -v /home/geezo/docker_containers/autorestic:/data -v /var/run/docker.sock:/var/run/docker.sock cupcakearmy/autorestic autorestic backup -va -c /data/config.yaml"
|
||||||
icon: smile
|
icon: smile
|
||||||
@ -4,6 +4,7 @@ services:
|
|||||||
image: jamesread/olivetin
|
image: jamesread/olivetin
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/config # replace host path or volume as needed
|
- ./:/config # replace host path or volume as needed
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
ports:
|
ports:
|
||||||
- "1004:1337"
|
- "1004:1337"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
Loading…
Reference in New Issue
Block a user