mirror of
http://10.0.2.1:3031/sauer/bfa-dryer-design.git
synced 2026-06-30 08:56:42 +10:00
13 lines
260 B
YAML
13 lines
260 B
YAML
services:
|
|
bfa-design:
|
|
build: .
|
|
container_name: bfa-design
|
|
ports:
|
|
- "5051:5001"
|
|
volumes:
|
|
- ./layouts:/app/layouts
|
|
- ./static/photos:/app/static/photos
|
|
restart: unless-stopped
|
|
environment:
|
|
- FLASK_ENV=production
|