Ensure proper port exposure in docker-compose.yml - API on 5000, FTP on 2122 and 2123
This commit is contained in:
parent
29e39713e5
commit
fdc1d178f6
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user