Skip to content

Commit

Permalink
fix Dual mode is broken #666
Browse files Browse the repository at this point in the history
  • Loading branch information
sstidl authored and stefanstidlffg committed Dec 1, 2024
1 parent c0c2a41 commit c8696a8
Show file tree
Hide file tree
Showing 3 changed files with 458 additions and 1 deletion.
21 changes: 21 additions & 0 deletions docker/test/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## this is a docker compose file used to test all scenarios
## do not use it in production
x-shared:
speedtest-service: &speedtest-service
environment:
- PASSWORD=gimmeTheStats1337
- [email protected]
- ENABLE_ID_OBFUSCATION=true
- MODE=standalone
- REDACT_IP_ADDRESSES=true
- TELEMETRY=true

services:
###################### POSTGRESQL ################################
Expand Down Expand Up @@ -102,3 +111,15 @@ services:
environment: *env_vars_sqlite
ports:
- 9128:8080
speedtest-alpine-sqlite-dual:
<<: *speedtest-service
build:
context: ../..
dockerfile: Dockerfile.alpine
environment:
- MODE=dual

volumes:
- ./servers.json:/servers.json:ro
ports:
- 9129:8080
Loading

0 comments on commit c8696a8

Please sign in to comment.