latest changes
This commit is contained in:
parent
e8adb7dc47
commit
770b6a4500
|
@ -8,9 +8,9 @@
|
||||||
|
|
||||||
# These are common ignores for all repositories
|
# These are common ignores for all repositories
|
||||||
/#recycle
|
/#recycle
|
||||||
|
/#snapshot
|
||||||
@eaDir
|
@eaDir
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Mangrana.code-workspace
|
Mangrana.code-workspace
|
||||||
_deprecated
|
_deprecated
|
||||||
my tools
|
|
||||||
filebot/presets
|
filebot/presets
|
|
@ -2,6 +2,7 @@
|
||||||
# Note: Always work with this repository with an alias, as follows:
|
# Note: Always work with this repository with an alias, as follows:
|
||||||
# alias gitpublic='git --git-dir=.git_public'
|
# alias gitpublic='git --git-dir=.git_public'
|
||||||
|
|
||||||
|
.gitignore_private
|
||||||
filebot/desktop/config
|
filebot/desktop/config
|
||||||
filebot/licenses
|
filebot/licenses
|
||||||
filebot/old
|
filebot/old
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7615e62391d6fbbfdb8a52c0283c047f2dfcb3bf
|
Subproject commit bc3d9dd0daa52323c2dafe14913a09f089809df6
|
|
@ -1,11 +0,0 @@
|
||||||
---
|
|
||||||
version: "2.1"
|
|
||||||
services:
|
|
||||||
after-download-carer:
|
|
||||||
container_name: mangrana_java_after_download
|
|
||||||
image: xeviff/after-download-carer:latest
|
|
||||||
user: 1000:1004
|
|
||||||
volumes:
|
|
||||||
- ./config:/config
|
|
||||||
- ./tokens:/tokens
|
|
||||||
- /jobs:/jobs
|
|
Loading…
Reference in New Issue