services: tagbot: build: . ports: - "8001:5000" environment: - FLASK_APP=db.py - FLASK_RUN_HOST=0.0.0.0 volumes: - .:/usr/src/app