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