diff --git a/layer-api/infra/development/docker-compose.yaml b/layer-api/infra/development/docker-compose.yaml index 3fa0d5e2..eb17dbd3 100644 --- a/layer-api/infra/development/docker-compose.yaml +++ b/layer-api/infra/development/docker-compose.yaml @@ -70,4 +70,7 @@ services: - app-network networks: - app-network: \ No newline at end of file + app-network: + +volumes: + redis-data: \ No newline at end of file diff --git a/layer-api/infra/production/docker-compose-green.yaml b/layer-api/infra/production/docker-compose-green.yaml index bf0170a5..7c5ce859 100644 --- a/layer-api/infra/production/docker-compose-green.yaml +++ b/layer-api/infra/production/docker-compose-green.yaml @@ -57,4 +57,7 @@ services: restart: always networks: - app-network: \ No newline at end of file + app-network: + +volumes: + redis-data: \ No newline at end of file