diff options
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..a683f15 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,15 @@ +version: '3' + +services: + my-darling: + build: . + container_name: mydarling-net + ports: + - "5050:5000" + volumes: + - mydarling-db:/app/Database + - mydarling-wwwroot:/app/wwwroot + +volumes: + mydarling-db: + mydarling-wwwroot:
\ No newline at end of file |