My implementation of gossip-gloomers - the fly.io distributed systems challenge (https://fly.io/dist-sys/)
1services:
2 gossip-gloomers:
3 container_name: gossip-gloomers
4 build: .
5 environment:
6 - TEST_TO_RUN=placeholder_value
7 volumes:
8 # Mount the code in this repo so that the run script can build the app inside the container
9 # on the fly inside of needing to build the app before hand
10 - .:/home/linuxbrew/app
11 command: ./run.sh