Setting the Database locally By docker
Unanswered
Flemish Giant posted this in #help-forum
Flemish GiantOP
cd packages/db
chmod +x ./setupDB.sh
./setupDB.sh
cd: no such file or directory: packages/db
=================DB Setup=================
.env file exists
Will you use a Local DB (L) or Cloud DB (C)
L
Will you use Postgres Server (P) or Docker Setup (D)
D
Setting up Docker
WARN[0003] /Users/Documents/OS-project/daily-code/packages/db/docker-compose.yml: the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion
trying to setup the dailycode and stuck here what i am doing wrong
chmod +x ./setupDB.sh
./setupDB.sh
cd: no such file or directory: packages/db
=================DB Setup=================
.env file exists
Will you use a Local DB (L) or Cloud DB (C)
L
Will you use Postgres Server (P) or Docker Setup (D)
D
Setting up Docker
WARN[0003] /Users/Documents/OS-project/daily-code/packages/db/docker-compose.yml: the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion
trying to setup the dailycode and stuck here what i am doing wrong