Skip to content

Commit

Permalink
added docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
junaidrahim committed Jan 2, 2022
1 parent 0bb9d26 commit fa894ba
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions server/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
version: 3.8
version: "3.8"
services:
divert:
image:
image: ghcr.io/dsc-kiit/divert:latest
ports:
- 3000:3000
environment:
- AUTH_COLLECTION_NAME=authinfo
- COLLECTION_NAME=urls
- DBNAME=divert
- GOVERSION=1.15
- JWT_SIGNING_KEY=<ADD_KEY>
- MONGODB_URL=<ADD_URL>

0 comments on commit fa894ba

Please sign in to comment.