Skip to content

ishakuni/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backend

Local development

WIP

$ cp .env.example .env
$ docker volume create ishakuni
$ docker run \
    -v ishakuni:/var/lib/postgresql/data \
    -e POSTGRES_PASSWORD=1234 \
    -e POSTGRES_DB=ishakuni-dev\
    -p 5432:5432 \
    -d postgres:10.4-alpine

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages