mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-08 20:09:54 +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:
parent
48ad5fe20b
commit
d8033504c8
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue