Docker improvements (#274)

This commit is contained in:
Gent Semaj
2024-05-07 20:11:14 -07:00
committed by GitHub
parent fa8c1e73d1
commit 54327b0c23
3 changed files with 22 additions and 8 deletions

View File

@@ -6,6 +6,10 @@ services:
build:
context: .
dockerfile: ./Dockerfile
volumes:
- ./config.ini:/usr/src/app/config.ini
- ./database.db:/usr/src/app/config.ini
- ./tdata:/usr/src/app/tdata
ports:
- "23000:23000"
- "23001:23001"