Skip to content

Commit

Permalink
Incremented Docker Compose version for using secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Senaka Fernando committed Feb 9, 2019
1 parent fe5eb9a commit 9001df1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/docker-compose.assets.yml
Original file line number Diff line number Diff line change
@@ -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 ##
Expand Down Expand Up @@ -76,4 +76,4 @@ volumes:
## END SQL DB STORAGE ##
## BEGIN S3 STORAGE ##
ovehub-ove-asset-storage-data:
## END S3 STORAGE ##
## END S3 STORAGE ##
2 changes: 1 addition & 1 deletion templates/docker-compose.ove.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.1'
services:
ovehub-ove-ove:
image: ovehub/ove:${OVE_VERSION}
Expand Down

0 comments on commit 9001df1

Please sign in to comment.