mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 21:01:22 +00:00
472cdca270
I've made various updates to the docker implementation to work with the latest php7 and currently blocks php8 until we deem nntmux ready. I've also made modifications that allow for customizations without leaving a dirty git status i.e. moving redis, etc. to an overrides file that is gitignored and php customizations i.e. locale to a local overrides file that is also gitignored. The new docker implementation utilizes supervisord to run various services in the web container, i.e. nginx, php-fpm, horizon, etc. I plan to continue to maintain this as needed. Closes #1152
48 lines
1.1 KiB
Plaintext
Executable File
48 lines
1.1 KiB
Plaintext
Executable File
* binary
|
|
*.eot binary
|
|
*.gif binary
|
|
*.ico binary
|
|
*.jpg binary
|
|
*.otf binary
|
|
*.png binary
|
|
*.swf binary
|
|
*.ttf binary
|
|
*.woff binary
|
|
*.woff2 binary
|
|
|
|
*.ai eol=crlf -whitespace
|
|
*.bat -binary text eol=crlf
|
|
*.conf -binary text eol=lf
|
|
*.css -binary text eol=lf -whitespace
|
|
*.html -binary text eol=lf
|
|
*.ini -binary text eol=lf
|
|
*.js -binary text -whitespace
|
|
*.json -binary text eol=lf
|
|
*.less -binary text eol=lf
|
|
*.md -binary text eol=lf conflict-marker-size=100
|
|
*.php -binary text eol=lf
|
|
*.sh -binary text eol=lf
|
|
*.sql -binary text eol=lf
|
|
*.svg -binary text eol=lf
|
|
*.tpl -binary text eol=lf -whitespace
|
|
*.tsv -binary text eol=lf -whitespace
|
|
*.txt -binary text eol=lf conflict-marker-size=100
|
|
*.vcproj -binary text eol=crlf
|
|
*.xml -binary text eol=lf
|
|
*.yml -binary text eol=lf
|
|
*.yml.dist -binary text eol=lf
|
|
|
|
libs/* -whitespace
|
|
|
|
Changelog -binary text eol=lf
|
|
.gitignore -binary text
|
|
.gitattributes -binary text
|
|
.gitmodules -binary text
|
|
composer.lock -binary text
|
|
|
|
# Docker specific
|
|
.dockerignore -binary text
|
|
docker -binary text
|
|
Dockerfile -binary text
|
|
.mytop -binary text
|