From 155f0e4622b40ee6eb09541f098e60def157f5cd Mon Sep 17 00:00:00 2001 From: MaxJa4 <74194322+MaxJa4@users.noreply.github.com> Date: Wed, 23 Aug 2023 20:42:14 +0200 Subject: [PATCH] Try again --- test/dropbox/docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/dropbox/docker-compose.yml b/test/dropbox/docker-compose.yml index 531d2f14..37ca4671 100644 --- a/test/dropbox/docker-compose.yml +++ b/test/dropbox/docker-compose.yml @@ -20,12 +20,14 @@ services: JSON_CONFIG_PATH: '/etc/oauth2/config.yaml' volumes: - ./oauth2_config.yaml:/etc/oauth2/config.yaml + hostname: hostnametoken backup: image: offen/docker-volume-backup:${TEST_VERSION:-canary} hostname: hostnametoken depends_on: - openapi_mock + - oauth2_mock restart: always environment: BACKUP_FILENAME_EXPAND: 'true' @@ -35,7 +37,7 @@ services: BACKUP_PRUNING_LEEWAY: 5s BACKUP_PRUNING_PREFIX: test DROPBOX_ENDPOINT: http://openapi_mock:8080 - DROPBOX_OAUTH2_ENDPOINT: oauth2_mock:8090 + DROPBOX_OAUTH2_ENDPOINT: http://oauth2_mock:8090 DROPBOX_REFRESH_TOKEN: test DROPBOX_APP_KEY: test DROPBOX_APP_SECRET: test