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

https://github.com/wireapp/calendar


https://github.com/wireapp/calendar

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Google Calendar Bot for Wire

## Build
```
docker build -t dejankovacevic/cali-bot:1.0.0 .
```

## Run
```
docker run \
-e SERVICE_TOKEN="secret" \
-e DB_URL='jdbc:postgresql://localhost/cali' \
--name cali --rm dejankovacevic/cali-bot:1.0.0
```

## Compose
```
docker-compose -f docker-compose.yaml up --build -d --remove-orphans
```