Skip to content

Commit

Permalink
chore: add SEARCH_FEATURE_FLAG environment variable to app service in…
Browse files Browse the repository at this point in the history
… docker-compose.yml
  • Loading branch information
szandany committed Dec 28, 2024
1 parent 2dc3464 commit d96ceaa
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 @@ -30,7 +30,7 @@ services:
app:
networks:
- tsvi_network
build:
build:
context: .
dockerfile: ./Dockerfile
ports:
Expand All @@ -40,13 +40,14 @@ services:
- database
- redis
restart: on-failure
environment:
environment:
- USER_NAME=postgres
- DB_URL=jdbc:postgresql://database:5432/postgres
- PASSWORD=postgres
- CHANGELOG_VERSION=changelog_version-3.3.xml
- REDIS_HOST=redis
- REDIS_PORT=6379
- SEARCH_FEATURE_FLAG=${SEARCH_FEATURE_FLAG:-true}

volumes:
postgresql-data:
postgresql-data:

0 comments on commit d96ceaa

Please sign in to comment.