services: build-env: image: ubuntu:16.04 restart: always container_name: "env" command: ["/bin/bash", "-c", "sleep 36000"] volumes: - ./:/workspace