Skip to content

Commit

Permalink
update docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
sujeet-agrahari committed Feb 21, 2024
1 parent a9aaba3 commit 4877cc4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,14 @@ services:
volumes:
- ./data:/data
restart: always
quick-links:
build:
context: .
dockerfile: Dockerfile
ports:
- '3000:3000'
environment:
NODE_ENV: production
depends_on:
- db
- redis

0 comments on commit 4877cc4

Please sign in to comment.