Init
This commit is contained in:
14
docker-compose.pgsql.yml
Normal file
14
docker-compose.pgsql.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
volumes:
|
||||
pgsql_data:
|
||||
|
||||
services:
|
||||
db:
|
||||
image: postgres:18-alpine
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
POSTGRES_DB: postgres
|
||||
volumes:
|
||||
- pgsql_data:/var/lib/postgresql/data
|
||||
ports:
|
||||
- "5432:5432"
|
||||
Reference in New Issue
Block a user