Differentiates user service ports.

This commit is contained in:
2021-11-28 15:46:44 +03:00
parent 5861dae247
commit 7929645bc8

View File

@@ -586,7 +586,7 @@ services:
- cic-eth-tasker
- cic-cache-tasker
ports:
- ${DEV_CIC_USER_USSD_SERVER_PORT:-63315}:9500
- ${DEV_CIC_USER_USSD_SERVER_PORT:-63315}:9000
volumes:
- ./apps/contract-migration/testdata/pgp/:/usr/src/secrets/
command: "/root/start_cic_user_ussd_server.sh -vv"