Skip to content

Commit

Permalink
feat: designcreate_backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabrieltrinidad0101 committed Jun 23, 2024
1 parent 037af54 commit 43fe687
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
designcreate_backend:
container_name: backend
backend:
container_name: designcreate_backend
build:
context: .
ports:
Expand All @@ -9,8 +9,8 @@ services:
- ../backend:/usr/app/backend
- ../share:/usr/app/share
- /usr/app/backend/node_modules
designcreate_backend_pro:
container_name: backend
backend_pro:
container_name: designcreate_backend
environment:
- HOST=mongo_pro
build:
Expand Down

0 comments on commit 43fe687

Please sign in to comment.