services: ubuntu_1804: # image: ubuntu:latest build: context: . command: sleep infinity working_dir: /app volumes: - .:/app