services: gossip-gloomers: container_name: gossip-gloomers build: . environment: - TEST_TO_RUN=placeholder_value volumes: # Mount the code in this repo so that the run script can build the app inside the container # on the fly inside of needing to build the app before hand - .:/home/linuxbrew/app command: ./run.sh