Added support for to and from name
This commit is contained in:
@@ -7,6 +7,8 @@ services:
|
||||
POSTGRES_PASSWORD: postgres
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_DB: postgres
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
@@ -30,4 +32,5 @@ services:
|
||||
|
||||
volumes:
|
||||
redis_data:
|
||||
minio_data:
|
||||
minio_data:
|
||||
postgres_data:
|
||||
Reference in New Issue
Block a user