0
Fork 0
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:
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 - 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