Hironsan
e1532418c2
Update compose files, fix #1546
3 years ago
Hironsan
9c2b7fa52e
Update docker-compose.dev.yml, fix #1536
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
a3a054c393
Rename app dir to backend for pip installation
3 years ago
Hironsan
0952296428
Support async upload in docker-compose.dev.yml
3 years ago
Hironsan
9e0b0faffa
Move frontend/dev-nuxt.sh to tools/
3 years ago
Hironsan
4ced081dc5
Change docker-compose.dev.yml to use Pipfile
3 years ago
Hironsan
36740a569e
Update python version on development environment
3 years ago
Hironsan
83aeb08caf
Enable to login on remote machine, fix #836
3 years ago
Hironsan
afc599a56e
Update PostgreSQL version to fix CVE-2020-25695
4 years ago
Hironsan
09150bc9b8
Replace npm with yarn
4 years ago
tusharmakkar08
7b76445d90
Added username at top
4 years ago
Hironsan
f07a121d52
Add docker compose config to setup development environment quickly
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