feat: prototyping a concurrent location service
This commit is contained in:
parent
dbf71443c7
commit
dac3835078
6 changed files with 104 additions and 0 deletions
8
compose.yaml
Normal file
8
compose.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# compose.yaml
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
image: ilp-coursework:0.2
|
||||
container_name: ilp-coursework-app
|
||||
ports:
|
||||
- "8080:8080"
|
||||
Loading…
Add table
Add a link
Reference in a new issue