(docker-compose): Added tic-tac-toe service to the docker-compose file.
This commit is contained in:
parent
8b91505894
commit
9734e2d865
1 changed files with 19 additions and 0 deletions
|
|
@ -101,6 +101,25 @@ services:
|
|||
gelf-address: "udp://127.0.0.1:12201"
|
||||
tag: "{{.Name}}"
|
||||
|
||||
###############
|
||||
# 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 #
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue