services:
  frontend:
    build: ./build_things

  backend:
    build:
      context: backend
      cache_from:
        - ubuntu
      args:
        GIT_COMMIT: cdc3b19
  
  futureend:
    build:
      context: backend
      cache_from:
        - ubuntu
      args:
        GIT_COMMIT: cdc3b19
      dockerfile: ../backend.Dockerfile