diff --git a/templates/docker-compose.assets.yml b/templates/docker-compose.assets.yml index 1f624c9..256128b 100644 --- a/templates/docker-compose.assets.yml +++ b/templates/docker-compose.assets.yml @@ -1,4 +1,4 @@ -version: '3' +version: '3.1' services: ## BEGIN SQL DB CONFIG ## ## this comment is required by the setup.py script and can be removed if this is configured manually ## @@ -76,4 +76,4 @@ volumes: ## END SQL DB STORAGE ## ## BEGIN S3 STORAGE ## ovehub-ove-asset-storage-data: - ## END S3 STORAGE ## \ No newline at end of file + ## END S3 STORAGE ## diff --git a/templates/docker-compose.ove.yml b/templates/docker-compose.ove.yml index e9edd7f..66f2d59 100644 --- a/templates/docker-compose.ove.yml +++ b/templates/docker-compose.ove.yml @@ -1,4 +1,4 @@ -version: '3' +version: '3.1' services: ovehub-ove-ove: image: ovehub/ove:${OVE_VERSION}