mirror of
https://github.com/ION606/static-site-hosting.git
synced 2026-05-14 22:16:54 +00:00
18 lines
249 B
YAML
18 lines
249 B
YAML
services:
|
|
app:
|
|
build: .
|
|
ports:
|
|
- "5121:5121"
|
|
networks:
|
|
- static
|
|
volumes:
|
|
- instance:/app/instance
|
|
- ./sites:/app/sites
|
|
environment:
|
|
- FLASK_ENV=production
|
|
|
|
networks:
|
|
static:
|
|
|
|
volumes:
|
|
instance: |