mirror of
https://github.com/azaion/satellite-provider.git
synced 2026-04-22 07:06:39 +00:00
download 1 tile, first integration test
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
integration-tests:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: SatelliteProvider.IntegrationTests/Dockerfile
|
||||
container_name: satellite-provider-integration-tests
|
||||
environment:
|
||||
- API_URL=http://api:8080
|
||||
depends_on:
|
||||
api:
|
||||
condition: service_started
|
||||
restart: "no"
|
||||
|
||||
Reference in New Issue
Block a user