A simple example for DiscordConnections package.
- Containerized
- FastAPI based
Copy repo, fill .env
and run with make run
command.
Build image with
make build
Run app (also automatically runs make logs
)
make up
Run app in attached mode
make up-a
Open logs (in follow mode)
make logs
Down app
make down
Restart (=make down && make up
)
make restart
Exec (shell)
make exec