Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Nov 11, 2023
1 parent 56b6fc2 commit af9859e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions backend/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
__pycache__/
.envrc
.env
*.swp
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ services:
context: . # Use the current directory as the build context
dockerfile: Dockerfile # Specify the custom Dockerfile
ports:
- "8001:8001"
- "8100:8100"
depends_on:
- redis
env_file:
- .env # Use the .env file to load environment variables
environment:
PORT: 8001
PORT: 8100
REDIS_URL: "redis://redis:6379"

0 comments on commit af9859e

Please sign in to comment.