Files
asm-dashboard/docker-compose.yaml
Andrea Pavone 0e18b53f91 Init commit
Signed-off-by: Andrea Pavone <info@andreapavone.com>
2024-11-10 16:10:14 +01:00

14 lines
238 B
YAML

# docker-compose.yml
services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "8000:8000"
#volumes:
#- .:/var/www/html
environment:
- APP_ENV=production
- DB_CONNECTION=sqlite