mirror of
https://github.com/ION606/static-site-hosting.git
synced 2026-05-14 22:16:54 +00:00
I gave in...back to docker
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
ports:
|
||||
- "5121:5121"
|
||||
networks:
|
||||
- static
|
||||
volumes:
|
||||
- ./instance:/app/instance
|
||||
- ./sites:/app/sites
|
||||
environment:
|
||||
- FLASK_ENV=production
|
||||
|
||||
networks:
|
||||
static:
|
||||
Reference in New Issue
Block a user