We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc3464 commit d96ceaaCopy full SHA for d96ceaa
docker-compose.yml
@@ -30,7 +30,7 @@ services:
30
app:
31
networks:
32
- tsvi_network
33
- build:
+ build:
34
context: .
35
dockerfile: ./Dockerfile
36
ports:
@@ -40,13 +40,14 @@ services:
40
- database
41
- redis
42
restart: on-failure
43
- environment:
+ environment:
44
- USER_NAME=postgres
45
- DB_URL=jdbc:postgresql://database:5432/postgres
46
- PASSWORD=postgres
47
- CHANGELOG_VERSION=changelog_version-3.3.xml
48
- REDIS_HOST=redis
49
- REDIS_PORT=6379
50
+ - SEARCH_FEATURE_FLAG=${SEARCH_FEATURE_FLAG:-true}
51
52
volumes:
- postgresql-data:
53
+ postgresql-data:
0 commit comments