mirror of
https://github.com/Kizuren/QuizConnect.git
synced 2025-12-21 13:06:15 +01:00
12 lines
No EOL
234 B
YAML
12 lines
No EOL
234 B
YAML
services:
|
|
quizconnectserver:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
environment:
|
|
- APP_UID=1000
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- ./Server/.env:/app/.env
|
|
restart: unless-stopped |