Make the `SKYNET_DB_PORT` env var control on which port we expose MongoDB.

This commit is contained in:
Ivaylo Novakov 2021-10-08 14:05:55 +02:00
parent 6a435685bf
commit afd61692d9
No known key found for this signature in database
GPG Key ID: 06B9354AB08BE9C6
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ services:
shared:
ipv4_address: 10.10.10.71
ports:
- "27017:27017"
- "${SKYNET_DB_PORT}:27017"