File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626app = FastAPI (
2727 title = "BlackWave Bot Service" ,
2828 description = "API for managing autonomous AI bots in the BlackWave social network simulator" ,
29- version = "1.1.0 " ,
29+ version = "1.0.2 " ,
3030)
3131
3232# Setup CORS
Original file line number Diff line number Diff line change 11services :
22 blackwave-social-network :
3- image : ghcr.io/metimol/blackwave-social-network:v1.0.0
3+ image : ghcr.io/metimol/blackwave-social-network:v1.0.2
44 container_name : blackwave-social-network
55 depends_on :
66 mysql :
@@ -25,7 +25,7 @@ services:
2525 - static_files:/app/staticfiles
2626
2727 blackwave-bot-service :
28- image : ghcr.io/metimol/blackwave-bot-service:v1.0.0
28+ image : ghcr.io/metimol/blackwave-bot-service:v1.0.2
2929 container_name : blackwave-bot-service
3030 volumes :
3131 - blackwave_data:/app/data
Original file line number Diff line number Diff line change 122122
123123SPECTACULAR_SETTINGS = {
124124 "TITLE" : "Blackwave API" ,
125- "VERSION" : "1.0.0 " ,
125+ "VERSION" : "1.0.2 " ,
126126 "SERVE_INCLUDE_SCHEMA" : False ,
127127 "SWAGGER_UI_SETTINGS" : {
128128 "persistAuthorization" : True ,
You can’t perform that action at this time.
0 commit comments