html vers, deploy
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user