feat: Commit due to moving to nas

This commit is contained in:
2024-11-07 14:31:02 -05:00
parent 7122fc818b
commit 19b2eb42c5
6 changed files with 30 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# run this with docker-compose -f docker/docker-compose.yml run test
# run this with docker-compose run test
services:
server:
image: swift-mqtt-dewpoint:latest
@@ -6,7 +6,7 @@ services:
env_file: .env
test:
image: swift:latest
image: swift:5.10
#build:
#context: ./
platform: linux/amd64