mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🐳 Add "postgres" network alias to default docker network in devenv (#6823)
This commit is contained in:
parent
30274c4f5c
commit
b931547300
1 changed files with 4 additions and 0 deletions
|
@ -96,6 +96,10 @@ services:
|
||||||
- ./files/postgresql.conf:/etc/postgresql.conf:z
|
- ./files/postgresql.conf:/etc/postgresql.conf:z
|
||||||
- ./files/postgresql_init.sql:/docker-entrypoint-initdb.d/init.sql:z
|
- ./files/postgresql_init.sql:/docker-entrypoint-initdb.d/init.sql:z
|
||||||
- postgres_data_pg16:/var/lib/postgresql/data
|
- postgres_data_pg16:/var/lib/postgresql/data
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
aliases:
|
||||||
|
- postgres
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: valkey/valkey:8.1
|
image: valkey/valkey:8.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue