Skip to content

Commit

Permalink
Updating backend docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nitishMehrotra committed Dec 23, 2020
1 parent 06b4a21 commit 780a97a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ services:
image: mongo:latest
networks:
- kloudi-network
ports:
- 27018:27017
restart: always
volumes:
- $HOME/.kloudi/db:/data/db
Expand Down Expand Up @@ -95,6 +97,7 @@ services:
- kloudi-network
volumes:
- $HOME/.kloudi/.secret:/kloudi/.auth
- $HOME/.kloudi/user:/kloudi/localhost-user

watchtower:
container_name: kloudi-watchtower
Expand Down

0 comments on commit 780a97a

Please sign in to comment.