services: bhs: build: context: . dockerfile: Dockerfile container_name: black_hole_share volumes: - ./data:/data - ./src:/data/src - .Cargo.lock:/data/.Cargo.lock - .Cargo.toml:/data/.Cargo.toml - /etc/localtime:/etc/localtime:ro environment: - TZ="Europe/Rome" tty: true stdin_open: true ports: - "8080:80"