Skip to content

Commit

Permalink
Improve various parts of the code
Browse files Browse the repository at this point in the history
* Add new tests
* Improve BaseDevice
* Fix formatting of some files
* Update docker compose image versions
* Mark slow tests and configure them to run last
* Refactor some code
  • Loading branch information
aangelos28 committed Oct 8, 2024
1 parent b07f6d1 commit fc89e04
Show file tree
Hide file tree
Showing 22 changed files with 1,235 additions and 704 deletions.
6 changes: 3 additions & 3 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
eos-mongodb:
image: mongo:jammy
image: mongo:noble
container_name: eos-mongodb
restart: unless-stopped
environment:
Expand All @@ -14,7 +14,7 @@ services:
- mongodb_data:/data/db

eos-minio:
image: minio/minio:latest
image: minio/minio:RELEASE.2024-10-02T17-50-41Z
container_name: eos-minio
restart: unless-stopped
environment:
Expand All @@ -30,7 +30,7 @@ services:
command: server --console-address ":9001" /data

eos-budibase:
image: budibase/budibase:latest
image: budibase/budibase:2.32.12-sqs
container_name: eos-budibase
restart: unless-stopped
ports:
Expand Down
Loading

0 comments on commit fc89e04

Please sign in to comment.