Application de distribution d'agendas. Dépends de agecem/bottin
Victor Lacasse-Beaudoin
64f88cda47
Bump go `1.20` -> `1.21.1` Bump toolchain -> `1.21.4` Update dependencies avec `go get -u` et `go mod tidy` |
||
---|---|---|
cmd | ||
data | ||
handlers | ||
models | ||
responses | ||
web | ||
.gitignore | ||
docker-compose.yaml | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md |
agecem/bottin-agenda
Application web de distribution d'agendas pour le Centre Multi-Services.
Prérequis
Nécessite une installation fonctionnelle et accessible de agecem/bottin.
Procédure
Remplir .env avec données d'environnement:
BOTTINAGENDA_POSTGRES_DATABASE=bottin-agenda
BOTTINAGENDA_POSTGRES_PASSWORD=bottin-agenda
BOTTINAGENDA_POSTGRES_USER=bottin-agenda
Déployer avec docker-compose:
$ docker-compose up -d --build