Files
swift-mqtt-dewpoint/docker/docker-compose-test.yaml
Michael Housh 5e998a60d0
Some checks failed
CI / Run Tests (push) Failing after 13s
feat: Minimal readme and cleans up docker files.
2024-11-14 22:12:20 -05:00

18 lines
365 B
YAML
Executable File

# run this with docker-compose run test
services:
test:
build:
context: ..
dockerfile: docker/Dockerfile.test
working_dir: /app
depends_on:
- mosquitto
environment:
- MOSQUITTO_SERVER=mosquitto
command: /bin/bash -xc "swift test"
mosquitto:
build:
context: ..
dockerfile: docker/Dockerfile.mosquitto