You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check out the individual repositories for more information.
Here is how the services are connected:
graph LR
A[Metabase] --> B
C[Forwarder] --> D[API]
D --> B[MySQL]
E[Spotify-Connector] --> D
F[Apple-Connector] --> D
F --> G[Apple-Automation]
G --> H[SMS-backend]
Loading
Usage
Get started by using the Docker Compose file
in this repository.
First, you need to create a few .env files in the root of this repository. You
can use the *.env.sample files as templates. Run make env to create the
.env files automatically by copying the sample files.
Then, you can start the stack using
make up
This will start the entire stack except the forwarder and make it available on
your local machine.
If you want to start the forwarder as well, you can use
make up-all
You can start individual services using
make up-<service>
where <service> is the name of the service you want to start e.g.
make up-api
Login and Testing
If you haven't changed any passwords and just started the stack, you can login
at https://localhost:3000 with the following credentials:
User-Email: noreply@test.example
Password: OpenPodcastAdmin123