Merge branch 'master' into raph/logs

This commit is contained in:
Raphaël 2025-11-14 16:25:06 +01:00 committed by GitHub
commit 3ef811b334
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
122 changed files with 9354 additions and 2615 deletions

View file

@ -102,6 +102,28 @@ services:
tag: "{{.Name}}"
###############
# CHAT #
###############
chat:
build:
context: ./src/
args:
- SERVICE=chat
- EXTRA_FILES=chat/extra
container_name: chat
restart: always
networks:
- transcendance-network
volumes:
- sqlite-volume:/volumes/database
- static-volume:/volumes/static
environment:
- JWT_SECRET=KRUGKIDROVUWG2ZAMJZG653OEBTG66BANJ2W24DTEBXXMZLSEB2GQZJANRQXU6JA
- DATABASE_DIR=/volumes/database
- PROVIDER_FILE=/extra/providers.toml
###############
# USER #
###############