feat: scaffold backend and shared library
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: "3.9"
|
||||
services:
|
||||
astrain:
|
||||
build:
|
||||
context: ./src
|
||||
dockerfile: ASTRAIN.Api/Dockerfile
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- astrain-data:/app/Data
|
||||
volumes:
|
||||
astrain-data:
|
||||
Reference in New Issue
Block a user