e710dab605bb29797b98c3e7de250a905b00d7c7
Tagesschule elementa
Docker
-
Copy environment files
.env*.exampleto.env*and make the configuration changes. Configure database user and ports for docker.- HTTP_PORT=8009 [.env] ...
-
Main app has several mountpoints / volumes. Point them into the appropriate location on your filesystem
- ./docker/static_collected
- ./docker/data/media
- ./docker/data
-
To start
docker-compose up -
Restore DB
docker exec -i tagesschule_db_1 pg_restore -U django --no-owner -d db < 41ebf901-4607-4653-9b00-54a42d877b38.dump -
Migrate
docker-compose exec web manage.py migrate
Description
Languages
JavaScript
63.3%
HTML
16%
Python
8.9%
SCSS
5.8%
CSS
5.3%
Other
0.6%