Skip to content

OneKeyCoder/RES-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup and Docker Management

This project uses Docker for containerized development and deployment. The provided Makefile simplifies common Docker operations using docker-compose.

Prerequisites

Usage

All commands below should be run from the project root directory.

Build Docker Containers

make build

Builds the Docker containers as defined in docker/docker-compose.yaml using environment variables from .env.

Start Docker Containers

make up

Starts the containers in detached mode.

Stop and Remove Docker Containers

make down

Stops and removes the containers.

Rebuild and Restart Containers

make rebuild

Runs down, then build, then up to fully restart the containers.

Notes

  • Ensure your .env file is properly configured before running these commands.
  • You can also run the equivalent docker-compose commands manually if you prefer.

For more details, see the Makefile and docker/docker-compose.yaml files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages