Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Initial Docker Compose files with for Redis default #218

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# /*******************************************************************************
# * Copyright 2018 Dell Inc.
# * Copyright 2020 Redis Labs Inc.
# *
# * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
# * in compliance with the License. You may obtain a copy of the License at
Expand All @@ -12,11 +12,13 @@
# * the License.
# *
# * @author: Jim White, Dell
# * EdgeX Foundry, Fuji, version master
# * added: Jun 30, 2019
# * @author: Andre Srinivasan, Redis Labs
# * EdgeX Foundry, Geneva, version 1.2.0
# * added: Feb 2020
# *******************************************************************************/

# NOTE: this Docker Compose file does not contain the security services - namely the API Gateway and Secret Store
# NOTE: this Docker Compose file does not contain the security services - namely the API Gateway
# and Secret Store

version: '3.4'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# /*******************************************************************************
# * Copyright 2018 Dell Inc.
# * Copyright 2020 Redis Labs Inc.
# *
# * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
# * in compliance with the License. You may obtain a copy of the License at
Expand All @@ -12,11 +12,13 @@
# * the License.
# *
# * @author: Jim White, Dell
# * EdgeX Foundry, Fuji, version master
# * added: Jun 30, 2019
# * @author: Andre Srinivasan, Redis Labs
# * EdgeX Foundry, Geneva, version 1.2.0
# * added: Feb 2020
# *******************************************************************************/

# NOTE: this Docker Compose file does not contain the security services - namely the API Gateway and Secret Store
# NOTE: this Docker Compose file does not contain the security services - namely the API Gateway
# and Secret Store

version: '3.4'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# /*******************************************************************************
# * Copyright 2018 Dell Inc.
# * Copyright 2020 Redis Labs Inc.
# *
# * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
# * in compliance with the License. You may obtain a copy of the License at
Expand All @@ -12,11 +12,13 @@
# * the License.
# *
# * @author: Jim White, Dell
# * EdgeX Foundry, Fuji, version master
# * added: Jun 30, 2019
# * @author: Andre Srinivasan, Redis Labs
# * EdgeX Foundry, Geneva, version 1.2.0
# * added: Feb 2020
# *******************************************************************************/

# NOTE: this Docker Compose file does not contain the security services - namely the API Gateway and Secret Store
# NOTE: this Docker Compose file does not contain the security services - namely the API Gateway
# and Secret Store

version: '3.4'

Expand Down Expand Up @@ -83,7 +85,7 @@ services:
- consul

redis:
image: arm64v8/redis:5.0.5-alpine
image: arm64v8/redis:5.0.7-alpine
ports:
- "6379:6379"
container_name: edgex-redis
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# /*******************************************************************************
# * Copyright 2018 Dell Inc.
# * Copyright 2020 Redis Labs Inc.
# *
# * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
# * in compliance with the License. You may obtain a copy of the License at
Expand All @@ -12,11 +12,13 @@
# * the License.
# *
# * @author: Jim White, Dell
# * EdgeX Foundry, Fuji, version master
# * added: Jun 30, 2019
# * @author: Andre Srinivasan, Redis Labs
# * EdgeX Foundry, Geneva, version 1.2.0
# * added: Feb 2020
# *******************************************************************************/

# NOTE: this Docker Compose file does not contain the security services - namely the API Gateway and Secret Store
# NOTE: this Docker Compose file does not contain the security services - namely the API Gateway
# and Secret Store

version: '3.4'

Expand Down Expand Up @@ -83,7 +85,7 @@ services:
- consul

redis:
image: redis:5.0.5-alpine
image: redis:5.0.7-alpine
ports:
- "6379:6379"
container_name: edgex-redis
Expand Down