services: python: volumes: - './:/usr/src/app' working_dir: /usr/src/app build: . command: python server.py