Skip to content
 
 

Repository files navigation

Name Data Annotation

Build and start the containers

docker-compose up --build

Rebuild the containers

# Remove any existing containers and images
docker-compose down --rmi all

# Build and start the containers
docker-compose up --build

CREATE DATABASE namedb;
CREATE USER noyon WITH PASSWORD '1234';
GRANT ALL PRIVILEGES ON DATABASE namedb TO noyon;

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages