mirror of
https://github.com/penpot/penpot.git
synced 2025-02-15 19:48:22 -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
|
- subnet: 172.177.9.0/24
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
postgres_data:
|
postgres_data_pg15:
|
||||||
user_data:
|
user_data:
|
||||||
minio_data:
|
minio_data:
|
||||||
|
|
||||||
|
@ -109,7 +109,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./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:/var/lib/postgresql/data
|
- postgres_data_pg15:/var/lib/postgresql/data
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:7
|
image: redis:7
|
||||||
|
|
Loading…
Add table
Reference in a new issue