lms/docker-compose.yml
Ahmed Darrazi 3b6eb1d2a3 bugfixes
2025-12-16 11:19:15 +01:00

11 lines
270 B
YAML

version: "3.8"
services:
app:
build: .
image: websites-lms:latest
restart: unless-stopped
environment:
APP_ENV: production
APP_DEBUG: "true"
# command removed: migrations and seeder run handled elsewhere to avoid startup timing issuesA