mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-10-11 00:56:17 +00:00
added dbgate, databases
This commit is contained in:
14
postgres/compose.yml
Normal file
14
postgres/compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
name: postgres15
|
||||
|
||||
services:
|
||||
psql15:
|
||||
container_name: postgres15
|
||||
image: postgres:15
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: example
|
||||
volumes:
|
||||
- ./data:/var/lib/postgresql/data
|
||||
- ./dev/docker_psql_init:/docker-entrypoint-initdb.d
|
||||
ports:
|
||||
- 5432:5432
|
Reference in New Issue
Block a user