Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/activitypods/deployment

ActivityPods provider deployment
https://github.com/activitypods/deployment

activitypods

Last synced: 2 months ago
JSON representation

ActivityPods provider deployment

Awesome Lists containing this project

README

        

[![ActivityPods](https://badgen.net/badge/Powered%20by/ActivityPods/28CDFB)](https://activitypods.org)

# ActivityPods deployment

See the documentation to find how to use this repository to deploy an ActivityPods provider:

https://docs.activitypods.org/tutorials/deploy-your-own-pod-provider/

## Commands

`make start` Starts the containers for production.

`make stop` Stops and removes running containers.

`make config` Prints the config with the `.env`-file-provided environment variables filled.

`make logs` Display the logs of the ActivityPods backend.

`make attach` Attaches to the [Moleculer](https://moleculer.services/) CLI of the ActivityPods backend.