docker-compose

This commit is contained in:
Mateusz Gruszczyński
2025-07-02 11:51:23 +02:00
parent 77fe1b8b82
commit 6c8f8852fe
2 changed files with 1 additions and 3 deletions

2
app.py
View File

@ -278,4 +278,4 @@ def create_db():
print('Database created.')
if __name__ == '__main__':
socketio.run(app, debug=True)
socketio.run(app, host='0.0.0.0', port=8000, debug=True)

View File

@ -1,5 +1,3 @@
version: "3.9"
services:
web:
build: .