ci/woodpecker/push/woodpecker Pipeline was successful
Details
|
||
---|---|---|
src | ||
.dockerignore | ||
.gitignore | ||
.woodpecker.yml | ||
Cargo.lock | ||
Cargo.toml | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
docker-compose.yml |
README.md
Users API Service
The main service for identifying users of the FDL ecosystem.
Deploying guide
Via Docker
- Install the latest Docker version
- Clone this repository
- Run
make build
(ordocker build -t fdl_users_service .
) in the project root directory to build an image - Run
make build
and thenmake run
(ormake deploy
if you wanna run it as a daemon)
Manually
- Install the latest Rust version
- Clone this repository
- Run
cargo build --release
in the project root directory - Run the executable in
./target/release/users_service
Environment variables
Variable | Purpose |
---|---|
JWT_SECRET | JWT secret key |
DATABASE_URL | Database URL (supports Postgres) |
License
The project is licensend under GNU General Public License v3.0