services:
lean101:
build: .
image: lean-101-website:latest
container_name: lean101-website-flask
restart: unless-stopped
env_file: .env.production
ports:
- "127.0.0.1:${WEBSITE_APP_PORT:-8083}:8000"