Skip to content

Commit d96ceaa

Browse files
author
szandany
committed
chore: add SEARCH_FEATURE_FLAG environment variable to app service in docker-compose.yml
1 parent 2dc3464 commit d96ceaa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docker-compose.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
app:
3131
networks:
3232
- tsvi_network
33-
build:
33+
build:
3434
context: .
3535
dockerfile: ./Dockerfile
3636
ports:
@@ -40,13 +40,14 @@ services:
4040
- database
4141
- redis
4242
restart: on-failure
43-
environment:
43+
environment:
4444
- USER_NAME=postgres
4545
- DB_URL=jdbc:postgresql://database:5432/postgres
4646
- PASSWORD=postgres
4747
- CHANGELOG_VERSION=changelog_version-3.3.xml
4848
- REDIS_HOST=redis
4949
- REDIS_PORT=6379
50+
- SEARCH_FEATURE_FLAG=${SEARCH_FEATURE_FLAG:-true}
5051

5152
volumes:
52-
postgresql-data:
53+
postgresql-data:

0 commit comments

Comments
 (0)