Files
newznab-tmux/.gitattributes
Beshoy Girgis 472cdca270 Update docker implementation
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
2021-01-31 21:55:32 -06:00

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