Added db
This commit is contained in:
12
dev-db.yml
Normal file
12
dev-db.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
services:
|
||||
db:
|
||||
container_name: linker-dev
|
||||
image: postgres:16.4
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 5433:5432
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=dev
|
||||
- POSTGRES_USER=dev
|
||||
- POSTGRES_DB=dev
|
||||
Reference in New Issue
Block a user