Skip to content

nevinaragam/Crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Installation

Docker

(Cite Medium article here)

Create the multi-container application:

docker compose --env-file ./config/.env up

Play with the db:

docker exec -it pg_container bash

Login:

  • Note the parameters below are examples:
    • test_db is whatever the POSTGRES_DB env var is set to in .env.
    • root is whatever the user is set to in .env.
psql -h pg_container -d test_db -U root

Remove container

docker rm pg_container

Remove data from backup volumes:

docker-compose down --volumes

About

Some work related to crypto markets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages