mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-04-11 00:30:19 +02:00
Server heavy refactoring 3 (not functionnal)
This commit is contained in:
11
server/docker-compose.prod.yaml
Normal file
11
server/docker-compose.prod.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
proxy:
|
||||
image: git.rezel.net/ludotech/traque-proxy:latest
|
||||
|
||||
front:
|
||||
image: git.rezel.net/ludotech/traque-front:latest
|
||||
environment:
|
||||
NEXT_PUBLIC_SOCKET_HOST: 'traque.rezel.net'
|
||||
|
||||
back:
|
||||
image: git.rezel.net/ludotech/traque-back:latest
|
||||
Reference in New Issue
Block a user