mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-25 09:44:24 +01:00
Delete docker-compose/postgres/docker-compose.yaml
This commit is contained in:
parent
e4d8eb6902
commit
f24e70acfb
@ -1,18 +0,0 @@
|
|||||||
---
|
|
||||||
services:
|
|
||||||
postgres:
|
|
||||||
image: postgres:16.2
|
|
||||||
container_name: postgres
|
|
||||||
environment:
|
|
||||||
- POSTGRES_USER=${POSTGRES_USER}
|
|
||||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
|
||||||
# (Optional) when creating a new database
|
|
||||||
# - POSTGRES_DB=${POSTGRES_DB}
|
|
||||||
ports:
|
|
||||||
- 5432:5432
|
|
||||||
volumes:
|
|
||||||
- postgres-data:/var/lib/postgresql/data
|
|
||||||
restart: unless-stopped
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
postgres-data:
|
|
Loading…
Reference in New Issue
Block a user