0
Fork 0
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:
Andrey Antukh 2022-11-24 12:21:58 +01:00
parent 0061b37c13
commit 6f1c2f474b

View file

@ -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