🐳 Add "postgres" network alias to default docker network in devenv (#6823)

This commit is contained in:
Miguel de Benito Delgado 2025-07-03 10:28:53 +02:00 committed by GitHub
parent 30274c4f5c
commit b931547300
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -96,6 +96,10 @@ services:
- ./files/postgresql.conf:/etc/postgresql.conf:z
- ./files/postgresql_init.sql:/docker-entrypoint-initdb.d/init.sql:z
- postgres_data_pg16:/var/lib/postgresql/data
networks:
default:
aliases:
- postgres
redis:
image: valkey/valkey:8.1