(schism): started separating backend from frontend
This commit is contained in:
parent
117b535962
commit
fb49ba4ee9
13 changed files with 1214 additions and 163 deletions
|
|
@ -67,6 +67,32 @@ services:
|
|||
gelf-address: "udp://127.0.0.1:12201"
|
||||
tag: "{{.Name}}"
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
###############
|
||||
# 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
|
||||
|
||||
###############
|
||||
# CHAT #
|
||||
###############
|
||||
>>>>>>> 16e6ae0 ((schism): started separating backend from frontend)
|
||||
chat:
|
||||
build:
|
||||
context: ./src/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue