@@ -64,13 +64,13 @@ services:
6464 JWT_PRIVATE_KEY_PATH : /run/secrets/jwt_private_key
6565 OAUTH_CALLBACK_URL : http://api.localhost
6666 OAUTH_YANDEX_AUTH_URL : http://wiremock.localhost/oauth.yandex.ru
67- OAUTH_YANDEX_TOKEN_URL : http://wiremock/oauth.yandex.ru
68- OAUTH_YANDEX_API_URL : http://wiremock/login.yandex.ru
67+ OAUTH_YANDEX_TOKEN_URL : http://wiremock:8080 /oauth.yandex.ru
68+ OAUTH_YANDEX_API_URL : http://wiremock:8080 /login.yandex.ru
6969 OAUTH_YANDEX_CLIENT_ID : app
7070 OAUTH_YANDEX_CLIENT_SECRET_FILE : /run/secrets/oauth_yandex_client_secret
7171 OAUTH_MAILRU_AUTH_URL : http://wiremock.localhost/oauth.mail.ru
72- OAUTH_MAILRU_TOKEN_URL : http://wiremock/oauth.mail.ru
73- OAUTH_MAILRU_API_URL : http://wiremock/oauth.mail.ru
72+ OAUTH_MAILRU_TOKEN_URL : http://wiremock:8080 /oauth.mail.ru
73+ OAUTH_MAILRU_API_URL : http://wiremock:8080 /oauth.mail.ru
7474 OAUTH_MAILRU_CLIENT_ID : app
7575 OAUTH_MAILRU_CLIENT_SECRET_FILE : /run/secrets/oauth_mailru_client_secret
7676 secrets :
@@ -104,13 +104,13 @@ services:
104104 JWT_PRIVATE_KEY_PATH : /run/secrets/jwt_private_key
105105 OAUTH_CALLBACK_URL : http://api.localhost
106106 OAUTH_YANDEX_AUTH_URL : http://wiremock.localhost/oauth.yandex.ru
107- OAUTH_YANDEX_TOKEN_URL : http://wiremock/oauth.yandex.ru
108- OAUTH_YANDEX_API_URL : http://wiremock/login.yandex.ru
107+ OAUTH_YANDEX_TOKEN_URL : http://wiremock:8080 /oauth.yandex.ru
108+ OAUTH_YANDEX_API_URL : http://wiremock:8080 /login.yandex.ru
109109 OAUTH_YANDEX_CLIENT_ID : app
110110 OAUTH_YANDEX_CLIENT_SECRET_FILE : /run/secrets/oauth_yandex_client_secret
111111 OAUTH_MAILRU_AUTH_URL : http://wiremock.localhost/oauth.mail.ru
112- OAUTH_MAILRU_TOKEN_URL : http://wiremock/oauth.mail.ru
113- OAUTH_MAILRU_API_URL : http://wiremock/oauth.mail.ru
112+ OAUTH_MAILRU_TOKEN_URL : http://wiremock:8080 /oauth.mail.ru
113+ OAUTH_MAILRU_API_URL : http://wiremock:8080 /oauth.mail.ru
114114 OAUTH_MAILRU_CLIENT_ID : app
115115 OAUTH_MAILRU_CLIENT_SECRET_FILE : /run/secrets/oauth_mailru_client_secret
116116 secrets :
@@ -144,13 +144,13 @@ services:
144144 JWT_PRIVATE_KEY_PATH : /run/secrets/jwt_private_key
145145 OAUTH_CALLBACK_URL : http://api.localhost
146146 OAUTH_YANDEX_AUTH_URL : http://wiremock.localhost/oauth.yandex.ru
147- OAUTH_YANDEX_TOKEN_URL : http://wiremock/oauth.yandex.ru
148- OAUTH_YANDEX_API_URL : http://wiremock/login.yandex.ru
147+ OAUTH_YANDEX_TOKEN_URL : http://wiremock:8080 /oauth.yandex.ru
148+ OAUTH_YANDEX_API_URL : http://wiremock:8080 /login.yandex.ru
149149 OAUTH_YANDEX_CLIENT_ID : app
150150 OAUTH_YANDEX_CLIENT_SECRET_FILE : /run/secrets/oauth_yandex_client_secret
151151 OAUTH_MAILRU_AUTH_URL : http://wiremock.localhost/oauth.mail.ru
152- OAUTH_MAILRU_TOKEN_URL : http://wiremock/oauth.mail.ru
153- OAUTH_MAILRU_API_URL : http://wiremock/oauth.mail.ru
152+ OAUTH_MAILRU_TOKEN_URL : http://wiremock:8080 /oauth.mail.ru
153+ OAUTH_MAILRU_API_URL : http://wiremock:8080 /oauth.mail.ru
154154 OAUTH_MAILRU_CLIENT_ID : app
155155 OAUTH_MAILRU_CLIENT_SECRET_FILE : /run/secrets/oauth_mailru_client_secret
156156 secrets :
@@ -185,17 +185,14 @@ services:
185185 - default
186186 volumes :
187187 - ./wiremock:/home/wiremock
188- healthcheck :
189- test : wget --no-verbose --tries=1 --spider http://localhost/__admin/health || exit 1
190188 command :
191- - ' --port=80'
192189 - ' --global-response-templating'
193190 - ' --verbose'
194191 labels :
195192 - traefik.enable=true
196193 - traefik.docker.network=traefik-public
197194 - traefik.http.routers.wiremock.rule=Host(`wiremock.localhost`)
198- - traefik.http.services.wiremock.loadBalancer.server.port=80
195+ - traefik.http.services.wiremock.loadBalancer.server.port=8080
199196 - traefik.http.routers.wiremock.entryPoints=http
200197
201198 cucumber-node-cli :
0 commit comments