version: '3' services: backend: build: ./docker/ network_mode: "bridge" container_name: web_grater image: thornycrackers/web_grater ports: - "8000" volumes: - .:/usr/src/app command: /bin/bash tty: true stdin_open: true