From e6151710e9e77807714fc4368a5d7ecd22febb07 Mon Sep 17 00:00:00 2001 From: swg Date: Wed, 29 Nov 2023 18:36:06 +0100 Subject: [PATCH] Compose file for the docker image and container for testing the cloud restore. --- test/compose.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test/compose.yaml diff --git a/test/compose.yaml b/test/compose.yaml new file mode 100644 index 0000000..22ece24 --- /dev/null +++ b/test/compose.yaml @@ -0,0 +1,14 @@ +version: '3' +services: + cloudrestore: + image: cloud_backup_test + build: + context: cloudrestore + dockerfile: Dockerfile + ports: + - "8080:80" + environment: + - CLOUD_RESTORE + volumes: + - ./scripts:/opt/cloud_backup:cached + command: sleep infinity