Skip to content

Commit

Permalink
Add different project names for dev and prod
Browse files Browse the repository at this point in the history
in order to isolate dev and prod environments
  • Loading branch information
Phu2 committed Jun 10, 2024
1 parent 8a8b9eb commit a925d77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
version: "2"

name: playground-dev

services:
app:
build:
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
version: "2"

name: playground-prod

services:
app:
build:
Expand Down

0 comments on commit a925d77

Please sign in to comment.