My implementation of gossip-gloomers - the fly.io distributed systems challenge (https://fly.io/dist-sys/)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 11 lines 362 B view raw
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