(punition): No more working on backend until Maieul says so :(

This commit is contained in:
apetitco 2025-12-04 17:53:05 +01:00
parent 9734e2d865
commit 56ad511ceb
2 changed files with 30 additions and 18 deletions

View file

@ -104,22 +104,22 @@ services:
###############
# TIC-TAC-TOE #
###############
tic-tac-toe:
build:
context: ./src/
args:
- SERVICE=tic-tac-toe
- EXTRA_FILES=tic-tac-toe/extra
container_name: tic-tac-toe
restart: unless-stopped
networks:
- transcendance-network
volumes:
- sqlite-volume:/volumes/database
- static-volume:/volumes/static
environment:
- JWT_SECRET=KRUGKIDROVUWG2ZAMJZG653OEBTG66BANJ2W24DTEBXXMZLSEB2GQZJANRQXU6JA
- DATABASE_DIR=/volumes/database
# tic-tac-toe:
# build:
# context: ./src/
# args:
# - SERVICE=tic-tac-toe
# - EXTRA_FILES=tic-tac-toe/extra
# container_name: tic-tac-toe
# restart: unless-stopped
# networks:
# - transcendance-network
# volumes:
# - sqlite-volume:/volumes/database
# - static-volume:/volumes/static
# environment:
# - JWT_SECRET=KRUGKIDROVUWG2ZAMJZG653OEBTG66BANJ2W24DTEBXXMZLSEB2GQZJANRQXU6JA
# - DATABASE_DIR=/volumes/database
###############
# CHAT #