Compose file for the docker image and container for testing the cloud restore.

This commit is contained in:
swg
2023-11-29 18:36:06 +01:00
parent 2096b0434a
commit e6151710e9

14
test/compose.yaml Normal file
View File

@@ -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