mirror of
https://github.com/ION606/static-site-hosting.git
synced 2026-05-14 22:16:54 +00:00
c1f26094de
* split into files * attempted path fix * perms fix * added missed functions * fixed circular dependancy * I hate splitting * env fix * path fix
19 lines
256 B
YAML
19 lines
256 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:
|
|
sites: |