Image containing Webpack service for distributing frontend app for project THESAURUS.
1.4K
System used fo publication, evidence and managing theses and attachments to them.
Project is using docker-compose to compose all required Docker containers to run:
web main container with installed Django
db container with running PostgreSQL database used by Django Models
webpack utility container containing webpack for build process of frontend assets
webserver container with Nginx to proxy to
web and serving static and media files
Assuming installed and running Docker, most frequent commands are grouped in script run.
For all commands run $ ./run help.
Build all needed images:
$ ./run dc build
Start project and watch logs directly in console
$ ./run up
Start project as deamons
$ ./run upd
Successfully started containers exposing port :8080 on localhost with running project.
$ ./run prod up
This project is licensed under the MIT License - see the LICENSE.md file for details.
Content type
Image
Digest
sha256:9db105a44…
Size
333 MB
Last updated
6 months ago
docker pull thejoeejoee/thesaurus-webpack