Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
make change in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
bigansh committed Jun 15, 2021
1 parent 114a98a commit c95aa7c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,31 @@
version: '3'


services:
app:
container_name: tvmultiverse28
restart: always
image: biganshagarwal/tvmultiverse28
build: .
volumes:
- .:/app
ports:
- '8080:3000'
env_file: .env
links:
- mongo
networks:
- app-network

mongo:
container_name: mongo
image: mongo
ports:
- '27017:27017'
networks:
- app-network


networks:
app-network:
driver: bridge

0 comments on commit c95aa7c

Please sign in to comment.