Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/activitypods/deployment
ActivityPods provider deployment
https://github.com/activitypods/deployment
activitypods
Last synced: 2 months ago
JSON representation
ActivityPods provider deployment
- Host: GitHub
- URL: https://github.com/activitypods/deployment
- Owner: activitypods
- Created: 2024-06-28T15:51:17.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-15T10:58:43.000Z (2 months ago)
- Last Synced: 2024-11-15T11:34:15.673Z (2 months ago)
- Topics: activitypods
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.