feat: Working on async integrations.

This commit is contained in:
2024-11-08 11:05:07 -05:00
parent 408e0484cd
commit e6d1d4578d
8 changed files with 245 additions and 116 deletions

View File

@@ -6,15 +6,15 @@ services:
env_file: .env
test:
image: swift:5.10
#build:
#context: ./
build:
context: .
dockerfile: Dockerfile.test
platform: linux/amd64
working_dir: /app
networks:
- test
volumes:
- .:/app
# volumes:
# - .:/app
depends_on:
- mosquitto-test
environment:
@@ -44,4 +44,3 @@ networks:
test:
driver: bridge
external: false