Files
lean-101-website/docker-compose.yml
T

10 lines
231 B
YAML
Raw Normal View History

2026-05-17 22:45:45 +12:00
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"