QuizConnect/Server/docker-compose-build.yaml
2025-04-18 19:13:47 +02:00

12 lines
No EOL
234 B
YAML

services:
quizconnectserver:
build:
context: .
dockerfile: Dockerfile
environment:
- APP_UID=1000
ports:
- "9500:9500"
volumes:
- ./Server/.env:/app/.env
restart: unless-stopped