Skip to content

Commit f11bd25

Browse files
committed
Make docker-compose dev-ready
the EDITS_DEMO_MODE env var will allow users to smoke-test in the docker-compose setup without being blocked by S025.
1 parent 617fd36 commit f11bd25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ services:
2020
CASSANDRA_CLUSTER_HOSTS: cassandra
2121
CASSANDRA_CLUSTER_PORT: 9042
2222
HMDA_IS_DEMO: 'true'
23+
EDITS_DEMO_MODE: 'true'
2324
# lb settings
2425
EXCLUDE_PORTS: '8080, 8081' # 8080 proxied through auth_proxy; 8081 (Admin API) doesn't need proxy
2526
VIRTUAL_HOST: 'https://*:4443/public/*'

0 commit comments

Comments
 (0)