https://github.com/wireapp/calendar
https://github.com/wireapp/calendar
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wireapp/calendar
- Owner: wireapp
- License: gpl-3.0
- Created: 2022-02-17T08:23:04.000Z (over 4 years ago)
- Default Branch: staging
- Last Pushed: 2023-06-14T22:54:31.000Z (almost 3 years ago)
- Last Synced: 2024-05-09T16:41:52.313Z (about 2 years ago)
- Language: Java
- Size: 107 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```