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

Commit

Permalink
finalize docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
bigansh committed Jun 15, 2021
1 parent 41ee19c commit 114a98a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
version: '3.0'
version: '3'
services:
app:
container_name: tvmultiverse28
restart: always
build: .
ports:
- '9000:3000'
- '8080:3000'
env_file: .env
links:
- mongo
Expand All @@ -15,8 +16,8 @@ services:
image: mongo
ports:
- '27017:27017'
networks:
- app-network
networks:
app-network:
driver: bridge
volumes:
dbdata:

0 comments on commit 114a98a

Please sign in to comment.