1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
services: tarantula: container_name: tarantula build: context: . dockerfile: Dockerfile image: tarantula:latest stdin_open: true tty: true volumes: - ./:/tarantula/ ports: - "8080:8080" - "8090:8090" command: cargo run --release