Skip to content

Commit

Permalink
Merge pull request #48 from topcoder-platform/read-only-root-file-sys…
Browse files Browse the repository at this point in the history
…tem-fix

read-only-root-file-system-fix
  • Loading branch information
Gunasekar-K authored Jun 7, 2023
2 parents ca6deb8 + dfb6bad commit 1355a0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: "3"
services:
dynamo-access-layer:
image: dynamo-access-layer:latest
read_only: true
container_name: dynamo-access-layer
hostname: dynamo-access-layer
restart: always
Expand All @@ -18,6 +19,7 @@ services:
- GRPC_SERVER_PORT=50052
informix-access-layer:
image: informix-access-layer:latest
read_only: true
container_name: informix-access-layer
hostname: informix-access-layer
restart: always
Expand All @@ -33,6 +35,7 @@ services:
- ia_env.ini
anticorruption-layer:
image: anticorruption-layer:latest
read_only: true
container_name: anticorruption-layer
hostname: anticorruption-layer
restart: always
Expand All @@ -52,6 +55,7 @@ services:
- informix-access-layer
domain-challenge:
image: domain-challenge:latest
read_only: true
container_name: domain-challenge
hostname: domain-challenge
restart: always
Expand Down

0 comments on commit 1355a0a

Please sign in to comment.