-
Clone this repo: git clone https://github.com/nechtobolshee/eclasses
-
Add .env file with following parameters:
#Parameters for connect db to django
POSTGRES_HOST=<your_host>
POSTGRES_DB=<your_db_name>
POSTGRES_USER=<your_postgres_user>
POSTGRES_PASSWORD=<your_postgres_password>
POSTGRES_PORT=<your_postgres_port> -
If you need your own db_dump use following command to make him:
docker exec project_postgres_1 pg_dump -U <your_postgres_user> <your_db_name> > db_dump.sql -
Run project (using docker-compose):
sudo docker-compose up --build
-
Notifications
You must be signed in to change notification settings - Fork 0
nechtobolshee/eclasses
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published