Started Pong simple copy Chat - WIP simplification first job

This commit is contained in:
NigeParis 2025-12-13 07:15:09 +01:00 committed by Maix0
parent c39e7b9e04
commit 7c20066b63
48 changed files with 2080 additions and 0 deletions

View file

@ -138,6 +138,32 @@ services:
gelf-address: "udp://127.0.0.1:12201"
tag: "{{.Name}}"
###############
# PONG #
###############
pong:
build:
context: ./src/
args:
- SERVICE=pong
- EXTRA_FILES=pong/extra
container_name: app-pong
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
- SESSION_MANAGER=${SESSION_MANAGER}
###############
# USER #
###############
user:
build:
context: ./src/