adding new logbook entry (#24)
* adding new logbook entry * adding new logbook entry
This commit was merged in pull request #24.
This commit is contained in:
27
compose.yaml
Normal file
27
compose.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
azurite:
|
||||
container_name: azurite
|
||||
image: mcr.microsoft.com/azure-storage/azurite
|
||||
ports:
|
||||
- '10000:10000'
|
||||
- '10001:10001'
|
||||
- '10002:10002'
|
||||
command: 'azurite --blobHost 0.0.0.0 --queueHost 0.0.0.0 --tableHost 0.0.0.0 --loose'
|
||||
|
||||
api:
|
||||
container_name: api
|
||||
build:
|
||||
context: ./api
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- '7071:3000'
|
||||
env_file:
|
||||
- ./api/.env
|
||||
|
||||
# swa:
|
||||
# image: swacli/static-web-apps-cli
|
||||
# ports:
|
||||
# - "4280:4280"
|
||||
# command: "swa start "
|
||||
Reference in New Issue
Block a user