lms/docker-compose.yml
Ahmed Darrazi d757cdfc7d bugfixes
2025-12-16 10:45:49 +01:00

10 lines
257 B
YAML

version: "3.8"
services:
app:
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