10 lines
256 B
YAML
10 lines
256 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 issues |