🔧 Add explicit network alias for minio on devenv

This commit is contained in:
Andrey Antukh
2025-11-17 09:53:42 +01:00
parent f71f491590
commit 57aa9a585b

View File

@@ -82,6 +82,11 @@ services:
- 9000:9000
- 9001:9001
networks:
default:
aliases:
- minio
postgres:
image: postgres:16.8
command: postgres -c config_file=/etc/postgresql.conf