Files
webexmemebot/compose.yaml
Luke Tainton 407368dfc5
All checks were successful
Security / Snyk (push) Successful in 56s
fix(python): downgrade to latest Python 3.13 (#523)
This app's dependencies do not work with Python 3.14's new async event loop changes, so I am setting the upper version limit to 3.13.

Reviewed-on: #523
2025-11-02 17:33:31 +00:00

8 lines
121 B
YAML

services:
app:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
env_file: .env