Skip to content

Commit

Permalink
Merge branch 'dev' into 'master'
Browse files Browse the repository at this point in the history
FIX: container name

See merge request 002-part3-nlp/team3/nlp3!83
  • Loading branch information
yuliepie committed Dec 13, 2021
2 parents ffd6cde + da26dfc commit cfb4db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
build:
context: ./server/project/db
dockerfile: Dockerfile.post
container_name: postgres_db
container_name: postgres_db_prod
volumes:
- postgres_data_prod:/var/lib/postgresql/data/
expose:
Expand All @@ -65,7 +65,7 @@ services:
build:
context: ./server/project/db
dockerfile: Dockerfile.mongo
container_name: mongo_db
container_name: mongo_db_prod
expose:
- 27017
volumes:
Expand Down

0 comments on commit cfb4db4

Please sign in to comment.