closer to a full instrumentation stack

This commit is contained in:
2024-12-07 17:05:02 -06:00
parent 7a29dbd3c7
commit eb2f116d7b
18 changed files with 52 additions and 84 deletions

View File

@@ -0,0 +1,16 @@
version: '3'
services:
fitly:
image: ethanopp/fitly:latest
container_name: fitly
restart: always
ports:
- "3000:80"
environment:
- MODULE_NAME=src.fitly.app
- VARIABLE_NAME=server
- TZ=America/Chicago
- TIMEOUT=1200
- DASH_DEBUG=true
volumes:
- ./config:/app/config