Skip to content

Commit

Permalink
fix: dev > docker-compose.yaml volume 정보
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Dec 11, 2024
1 parent b88be4e commit e7a8934
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion layer-api/infra/development/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,7 @@ services:
- app-network

networks:
app-network:
app-network:

volumes:
redis-data:
5 changes: 4 additions & 1 deletion layer-api/infra/production/docker-compose-green.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,7 @@ services:
restart: always

networks:
app-network:
app-network:

volumes:
redis-data:

0 comments on commit e7a8934

Please sign in to comment.