Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmol committed Oct 16, 2024
1 parent 4d15012 commit 0ec9d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/twenty-docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
PG_DATABASE_URL: postgres://twenty:twenty@${PG_DATABASE_HOST}/default
SERVER_URL: ${SERVER_URL}
FRONT_BASE_URL: ${FRONT_BASE_URL:-$SERVER_URL}
REDIS_URL: ${REDIS_URL:-redis://redis:6379}
REDIS_URL: ${REDIS_URL:-redis://localhost:6379}

ENABLE_DB_MIGRATIONS: "true"

Expand Down Expand Up @@ -58,7 +58,7 @@ services:
PG_DATABASE_URL: postgres://twenty:twenty@${PG_DATABASE_HOST}/default
SERVER_URL: ${SERVER_URL}
FRONT_BASE_URL: ${FRONT_BASE_URL:-$SERVER_URL}
REDIS_URL: ${REDIS_URL:-redis://redis:6379}
REDIS_URL: ${REDIS_URL:-redis://localhost:6379}

ENABLE_DB_MIGRATIONS: "false" # it already runs on the server

Expand Down

0 comments on commit 0ec9d12

Please sign in to comment.