Compose file for the docker image and container for testing the cloud restore.
This commit is contained in:
14
test/compose.yaml
Normal file
14
test/compose.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user