Skip to content

Commit

Permalink
fix: redis에도 network 정보 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Dec 11, 2024
1 parent e7a8934 commit d1f373a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layer-api/infra/development/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ services:
volumes:
- redis-data:/data # Persistent data storage
restart: always
networks:
- app-network

java-app:
image: docker.io/clean01/layer-server_layer-api:latest
Expand Down
2 changes: 2 additions & 0 deletions layer-api/infra/production/docker-compose-blue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ services:
volumes:
- redis-data:/data # Persistent data storage
restart: always
networks:
- app-network

layer-api-blue:
image: docker.io/clean01/layer-server_layer-api:latest
Expand Down
3 changes: 3 additions & 0 deletions layer-api/infra/production/docker-compose-green.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ services:
volumes:
- redis-data:/data # Persistent data storage
restart: always
networks:
- app-network

layer-api-green:
image: docker.io/clean01/layer-server_layer-api:latest
container_name: layer-api-green
Expand Down

0 comments on commit d1f373a

Please sign in to comment.