feat: add zellij tab support
This commit is contained in:
14
devdeps.compose.yaml
Normal file
14
devdeps.compose.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:17
|
||||
environment:
|
||||
POSTGRES_USER: konobangu
|
||||
POSTGRES_PASSWORD: konobangu
|
||||
POSTGRES_DB: konobangu
|
||||
ports:
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
Reference in New Issue
Block a user