give mail container a static IP

This commit is contained in:
Girish Ramakrishnan
2025-01-02 23:31:57 +01:00
parent 8a97b7efa4
commit 0cf407b6f5
3 changed files with 3 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ exports = module.exports = {
MYSQL_SERVICE_IPv4: '172.18.30.1',
POSTGRESQL_SERVICE_IPv4: '172.18.30.2',
MONGODB_SERVICE_IPv4: '172.18.30.3',
MAIL_SERVICE_IPv4: '172.18.30.4',
NGINX_DEFAULT_CONFIG_FILE_NAME: 'default.conf',