mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Restore ports over expose so docker compose can be used for tests
Reduces security when considering a production deployment.
This commit is contained in:
@@ -23,7 +23,8 @@ services:
|
||||
volumes:
|
||||
- "./coins/bitcoin/scripts:/scripts"
|
||||
entrypoint: /scripts/entry-dev.sh
|
||||
expose:
|
||||
# TODO: Use expose, not ports
|
||||
ports:
|
||||
- "18443"
|
||||
|
||||
ethereum:
|
||||
@@ -47,7 +48,8 @@ services:
|
||||
volumes:
|
||||
- "./coins/monero/scripts:/scripts"
|
||||
entrypoint: /scripts/entry-dev.sh
|
||||
expose:
|
||||
# TODO: Use expose, not ports
|
||||
ports:
|
||||
- "18081"
|
||||
|
||||
# Infrastructure
|
||||
|
||||
Reference in New Issue
Block a user