mirror of
https://github.com/Kizuren/QuizConnect.git
synced 2025-12-21 21:16:14 +01:00
Initial commit
This commit is contained in:
commit
ea82926500
58 changed files with 9323 additions and 0 deletions
12
Server/docker-compose-build.yaml
Normal file
12
Server/docker-compose-build.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
services:
|
||||
quizconnectserver:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
environment:
|
||||
- APP_UID=1000
|
||||
ports:
|
||||
- "9500:9500"
|
||||
volumes:
|
||||
- ./Server/.env:/app/.env
|
||||
restart: unless-stopped
|
||||
Loading…
Add table
Add a link
Reference in a new issue