Skip to content

thoroc/devx

Repository files navigation

devx

suite of containers for development and testing

Table of Contents generated with DocToc

Setup

Ensure that all the .env files are set up correctly. You can copy the .env.dist files to .env and modify them as needed.

cp .env.dist .env

Dependencies

All the dependencies for contributing to this project should be installed via npm and mise. Please check the package.json and mise.tomlfiles for the list of dependencies.

Services

Available services

Run the applications

Run the following command:

docker compose up -d

To run a specific service, use the following command:

docker compose up -d <service_name>

Stop the applications

To stop the running containers, use the following command:

docker compose down -v --remove-orphans

To stop a specific service, use the following command:

docker compose down -v --remove-orphans <service_name>

Reference

About

container stack for devs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages