diff --git a/SQLBackupToCOS.slnx b/SQLBackupToCOS.slnx
index baa69e5..6bc56db 100644
--- a/SQLBackupToCOS.slnx
+++ b/SQLBackupToCOS.slnx
@@ -1,3 +1,6 @@
+
+
+
diff --git a/docker-compose.dcproj b/docker-compose.dcproj
new file mode 100644
index 0000000..c58b109
--- /dev/null
+++ b/docker-compose.dcproj
@@ -0,0 +1,15 @@
+
+
+
+ 2.1
+ Linux
+ 81dded9d-158b-e303-5f62-77a2896d2a5a
+
+
+
+ docker-compose.yml
+
+
+
+
+
\ No newline at end of file
diff --git a/docker-compose.override.yml b/docker-compose.override.yml
new file mode 100644
index 0000000..e69de29
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 0000000..962d00f
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,6 @@
+services:
+ sqlbackuptocos:
+ image: ${DOCKER_REGISTRY-}sqlbackuptocos
+ build:
+ context: .
+ dockerfile: SQLBackupToCOS/Dockerfile
diff --git a/launchSettings.json b/launchSettings.json
new file mode 100644
index 0000000..8fc6ec2
--- /dev/null
+++ b/launchSettings.json
@@ -0,0 +1,11 @@
+{
+ "profiles": {
+ "Docker Compose": {
+ "commandName": "DockerCompose",
+ "commandVersion": "1.0",
+ "serviceActions": {
+ "sqlbackuptocos": "StartDebugging"
+ }
+ }
+ }
+}
\ No newline at end of file