Make the `SKYNET_DB_PORT` env var control on which port we expose MongoDB.
This commit is contained in:
parent
6a435685bf
commit
afd61692d9
|
@ -20,4 +20,4 @@ services:
|
||||||
shared:
|
shared:
|
||||||
ipv4_address: 10.10.10.71
|
ipv4_address: 10.10.10.71
|
||||||
ports:
|
ports:
|
||||||
- "27017:27017"
|
- "${SKYNET_DB_PORT}:27017"
|
||||||
|
|
Reference in New Issue