Hironsan
80d4a0bfc1
Add tmp_file as a volume, fix #1780
2 years ago
Hironsan
9b13b4614a
Move docker-compose.prod.yml to docker directory
2 years ago
Hironsan
2f6af23a24
Move nginx configs to docker directory
2 years ago
Hironsan
9420c624e1
Move Dockerfile.prod to docker directory, fix #1676
2 years ago
Hironsan
810b9c325e
Split settings.py
2 years ago
Hironsan
e1532418c2
Update compose files, fix #1546
3 years ago
rcarew@xelerance.com
186442aa3e
Updated various dependency and image versions
3 years ago
Raphael Scheible
57286362ce
put variables to .env file
3 years ago
Hironsan
5db7f97926
Update docker-compose.prod.yml
3 years ago
Hironsan
a3a054c393
Rename app dir to backend for pip installation
3 years ago
Hironsan
64f9268570
Support async upload in docker-compose.prod.yml
3 years ago
Hironsan
1c8ef0c654
Update docker-compose.prod.yml to remove frontend container
3 years ago
Hironsan
8f72d592e3
Change docker-compose.prod.yml to use Pipfile
3 years ago
Hironsan
ff023ba7ec
Improve build speed
3 years ago
Hironsan
83aeb08caf
Enable to login on remote machine, fix #836
4 years ago
Hironsan
afc599a56e
Update PostgreSQL version to fix CVE-2020-25695
4 years ago
Hironsan
14e1d4b52a
Make google-analytics configurable, fix #790
4 years ago
Hironsan
c3427a4746
Update compose file version
5 years ago
Hironsan
44f1648c55
Set DEBUG=False for production environment
5 years ago
Hironsan
3bb7619b00
Update running config
5 years ago
Hironsan
a8dabb87a8
Update docker's network configuration
5 years ago
Hironsan
70b539b394
Add frontend setting to docker-compose
5 years ago
Hironsan
95c01b2a1f
Add docker-compose for production environment
5 years ago
Guillim
a713dd136a
Following Hironsan review, did some change.
5 years ago
Guillim
d7ccf5789a
Env variables:
We want to allow the admin to choose wether the users can signin in by
themselves, or if only the admin can do it. We will later implement it
in the python code
Here we have to modify
- docker-compose.yml : add the env ALLOW_SIGNUP
Note: I am not sure if it's True or "True"
Note: we could have put it inside the Dockerfile instead of
docker-compose, it doesn't matter.
- settings.py : Here we make the env variable available to the python
app
- app.json : that's for the heroku deployment. we simply describe to
heroku that we have an env variable
5 years ago
Clemens Wolff
9206b499c2
Adopt nuxt folder structure
5 years ago
Clemens Wolff
996d67ad54
Add compose file for development setup
5 years ago