Files
asm-dashboard/docker-compose.yaml

15 lines
351 B
YAML

# docker-compose.yml
services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "8000:80"
environment:
- APP_ENV=production
- DB_CONNECTION=sqlite
# Just for testing - in general is a bad practices
- APP_KEY=base64:k1Tc4vWjcmps8r3Qtb5Ybm+shHz+D0Co7+QxRPHH374=
- AUTORUN_ENABLED=true