Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
better defaults
  • Loading branch information
berezovskyi authored Oct 12, 2024
1 parent f4260a5 commit 342f121
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ services:
build: ./frontend/
restart: always
environment:
# - NODE_ENV=production
- NODE_ENV=development
- NODE_ENV=production
# - NODE_ENV=development
- DBHOST=database-svc
- PORT=3001
ports:
- "3001:3001"
- "127.0.0.1:3001:3001"
- './dataset:/dumps'
links:
- database-svc
backend-svc:
Expand Down

0 comments on commit 342f121

Please sign in to comment.