Skip to content

Commit 3a9bfc3

Browse files
author
Ilyas Gasanov
committed
[DOP-19924] Add custom openapi middleware
1 parent eaaf0c4 commit 3a9bfc3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docker-compose.test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ services:
8080
command: --loglevel=info -Q test_queue
8181
entrypoint: [python, -m, celery, -A, tests.test_integration.celery_test, worker, --max-tasks-per-child=1]
8282
env_file: .env.docker
83+
environment:
84+
- SYNCMASTER__SERVER__STATIC_FILES__ENABLED=false
8385
volumes:
8486
- ./syncmaster:/app/syncmaster
8587
- ./cached_jars:/root/.ivy2
@@ -112,8 +114,6 @@ services:
112114
container_name: test-s3
113115
restart: unless-stopped
114116
env_file: .env.docker
115-
environment:
116-
- SYNCMASTER__SERVER__STATIC_FILES__ENABLED=False
117117
ports:
118118
- 9010:9000
119119
- 9011:9001
@@ -136,7 +136,6 @@ services:
136136
ORACLE_DATABASE: syncmaster
137137
APP_USER: syncmaster
138138
APP_USER_PASSWORD: changeme
139-
SYNCMASTER__SERVER__STATIC_FILES__ENABLED: false
140139
profiles: [oracle, all]
141140

142141
metastore-hive:
@@ -146,7 +145,6 @@ services:
146145
POSTGRES_DB: metastore
147146
POSTGRES_USER: test_hive
148147
POSTGRES_PASSWORD: test_hive
149-
SYNCMASTER__SERVER__STATIC_FILES__ENABLED: false
150148
ports:
151149
- 5440:5432
152150
healthcheck:
@@ -180,7 +178,6 @@ services:
180178
HIVE_METASTORE_DB_DRIVER: org.postgresql.Driver
181179
HIVE_METASTORE_DB_USER: test_hive
182180
HIVE_METASTORE_DB_PASSWORD: test_hive
183-
SYNCMASTER__SERVER__STATIC_FILES__ENABLED: false
184181
profiles: [hive, hdfs, all]
185182

186183
volumes:

0 commit comments

Comments
 (0)