mentorenwahl/docker/backend/shard.yml

72 lines
1.8 KiB
YAML
Raw Normal View History

# Mentorenwahl: A fullstack application for assigning mentors to students based on their whishes.
# Copyright (C) 2022 Dominic Grimm
2022-03-07 13:06:02 +00:00
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
2022-03-07 13:06:02 +00:00
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
2022-03-07 13:06:02 +00:00
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2022-01-23 08:12:57 +00:00
name: backend
2022-01-08 12:29:22 +00:00
version: 0.1.0
authors:
- Dominic Grimm <dominic.grimm@gmail.com>
license: GNU GPLv3
2022-01-23 08:12:57 +00:00
2022-01-08 12:29:22 +00:00
targets:
2022-01-23 08:12:57 +00:00
backend:
2022-02-06 20:33:41 +00:00
main: src/cli/backend.cr
micrate:
2022-02-06 20:33:41 +00:00
main: src/cli/micrate.cr
2022-01-08 12:29:22 +00:00
2022-02-09 15:11:18 +00:00
crystal: 1.3.2
2022-01-08 12:29:22 +00:00
dependencies:
granite:
github: amberframework/granite
pg:
github: will/crystal-pg
graphql:
github: graphql-crystal/graphql
2022-03-13 10:54:42 +00:00
branch: main
2022-01-08 12:29:22 +00:00
jwt:
github: crystal-community/jwt
commander:
github: mrrooijen/commander
micrate:
github: juanedi/micrate
2022-01-23 08:12:57 +00:00
mosquito:
github: mosquito-cr/mosquito
2022-03-08 07:15:35 +00:00
branch: master
2022-01-28 17:30:20 +00:00
quartz_mailer:
github: amberframework/quartz-mailer
kilt:
github: jeromegn/kilt
2022-02-03 16:28:32 +00:00
env_config:
2022-02-06 15:42:08 +00:00
github: repomaa/env_config.cr
ldap:
github: spider-gazelle/crystal-ldap
ldap_escape:
git: https://git.dergrimm.net/dergrimm/ldap_escape.git
2022-02-09 16:10:16 +00:00
shard:
github: maiha/shard.cr
retriable:
2022-03-15 19:23:20 +00:00
github: sija/retriable.cr
2022-02-14 16:32:12 +00:00
service:
git: https://git.dergrimm.net/dergrimm/service.git
2022-03-07 08:34:18 +00:00
redis:
github: stefanwille/crystal-redis
2022-03-07 09:20:46 +00:00
pool:
github: ysbaddaden/pool
athena:
github: athena-framework/framework