mirror of
https://github.com/penpot/penpot.git
synced 2025-02-11 09:38:56 -05:00
📎 Add missing change on devenv compose
This commit is contained in:
parent
0061b37c13
commit
6f1c2f474b
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ networks:
|
|||
- subnet: 172.177.9.0/24
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
postgres_data_pg15:
|
||||
user_data:
|
||||
minio_data:
|
||||
|
||||
|
@ -109,7 +109,7 @@ services:
|
|||
volumes:
|
||||
- ./files/postgresql.conf:/etc/postgresql.conf:z
|
||||
- ./files/postgresql_init.sql:/docker-entrypoint-initdb.d/init.sql:z
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
- postgres_data_pg15:/var/lib/postgresql/data
|
||||
|
||||
redis:
|
||||
image: redis:7
|
||||
|
|
Loading…
Add table
Reference in a new issue