Ensure proper port exposure in docker-compose.yml - API on 5000, FTP on 2122 and 2123

This commit is contained in:
Jarian Cottingham 2026-02-02 21:03:16 -06:00
parent 29e39713e5
commit fdc1d178f6

View File

@ -1,4 +1,4 @@
version: '3.8' version: '3.8'
services: services:
factsdb: factsdb:
@ -36,4 +36,4 @@ services:
- AI_ENDPOINT_TOKEN=111 - AI_ENDPOINT_TOKEN=111
- DATABASE_PATH=/app/facts.db - DATABASE_PATH=/app/facts.db
restart: unless-stopped restart: unless-stopped
command: python -m factsdb.main ftp command: python -m factsdb.main ftp