Skip to content

Commit

Permalink
feat: #dev-deploy backup compose
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbator committed Dec 4, 2024
1 parent 203eefa commit 52577b9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docker-compose.backup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
services:
kodemy-service-registry:
image: kodemy-service-registry:backup

kodemy-api-gateway:
image: kodemy-api-gateway:backup

kodemy-auth:
image: kodemy-auth:backup

kodemy-backend:
image: kodemy-backend:backup

kodemy-notification:
image: kodemy-notification:backup

kodemy-search:
image: kodemy-search:backup

0 comments on commit 52577b9

Please sign in to comment.