]> git.parisson.com Git - teleforma.git/commit
First shot of ae dockerization
authorGael Le Mignot <gael@pilotsystems.net>
Mon, 3 Apr 2023 09:35:28 +0000 (11:35 +0200)
committerGael Le Mignot <gael@pilotsystems.net>
Mon, 3 Apr 2023 09:35:28 +0000 (11:35 +0200)
commitce452deda56fb4907084bb0849bc1d45e698bc9e
treed7c9e14e000f739ff0595297142eac766c7c6427
parent4e218640df70addf2402e5424187a360a80624d8
First shot of ae dockerization
53 files changed:
.dockerignore [new file with mode: 0644]
.gitignore
Dockerfile
app/__init__.py
app/init.sh [new file with mode: 0755]
app/local_settings.py.sample [new file with mode: 0644]
app/manage.py
app/urls.py
app/wait.sh [new file with mode: 0755]
app/worker.py [new file with mode: 0644]
app/wsgi.ini [new file with mode: 0644]
app/wsgi.py
app/wsgi.sh [new file with mode: 0755]
bin/build/doc.sh [new file with mode: 0755]
bin/build/front.sh [new file with mode: 0755]
bin/build/graph.sh [new file with mode: 0755]
bin/build/local/messages.sh [new file with mode: 0755]
bin/build/local/setup_lib.sh [new file with mode: 0755]
bin/build/local/setup_lib_py2.sh [new file with mode: 0755]
bin/build/messages.sh [new file with mode: 0755]
bin/build/readme.sh [new file with mode: 0755]
bin/misc/fix/fs_migrate.sh [new file with mode: 0755]
bin/misc/fix_var_perms.sh [new file with mode: 0755]
bin/misc/gulp.sh [new file with mode: 0755]
bin/misc/poll_twitter.sh [new file with mode: 0755]
bin/misc/sql/latin1_to_utf8.py [new file with mode: 0755]
bin/misc/sql/latin1_to_utf8_tester.py [new file with mode: 0755]
bin/misc/statifier.py [new file with mode: 0644]
bin/misc/statifier.sh [new file with mode: 0755]
bin/misc/wait-for-it/.gitignore [new file with mode: 0644]
bin/misc/wait-for-it/.travis.yml [new file with mode: 0644]
bin/misc/wait-for-it/LICENSE [new file with mode: 0644]
bin/misc/wait-for-it/README.md [new file with mode: 0644]
bin/misc/wait-for-it/test/wait-for-it.py [new file with mode: 0644]
bin/misc/wait-for-it/wait-for-it.sh [new file with mode: 0755]
debian-packages.txt [new file with mode: 0644]
docker-compose-dev.yml [new file with mode: 0644]
docker-compose.yml
env/debug.env [new file with mode: 0644]
etc/apache2-dev.conf [new file with mode: 0644]
etc/postgresql.conf [new file with mode: 0644]
example/__init__.py [deleted file]
example/manage.py [deleted file]
example/settings.py [deleted file]
example/urls.py [deleted file]
example/wsgi.py [deleted file]
requirements-1.3.txt [deleted file]
requirements-debian.txt [deleted file]
requirements-dev.txt
requirements-new.txt [deleted file]
requirements.txt
run-container-fg [new file with mode: 0755]
wsgi.py [deleted file]