Skip to content

Commit dbf06a4

Browse files
authored
Update docker-compose.yml for prod deployment
1 parent 4cdd152 commit dbf06a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ services:
44
web:
55
build: .
66
ports:
7-
- "5000:5000"
7+
- "7000:7000"
88
environment:
99
FLASK_ENV: ${FLASK_ENV:-development}
1010
SUPABASE_URL: ${SUPABASE_URL}
1111
SUPABASE_KEY: ${SUPABASE_KEY}
12+
SECRET_KEY: ${SECRET_KEY}

0 commit comments

Comments
 (0)