FEAT : compose pour PG "normal"
This commit is contained in:
parent
73c134dd83
commit
4ac415c22f
7
docker-compose_PG.yml
Normal file
7
docker-compose_PG.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
services:
|
||||||
|
timescaledb:
|
||||||
|
image: postgres:18
|
||||||
|
ports:
|
||||||
|
- 5432:5432
|
||||||
|
environment:
|
||||||
|
- POSTGRES_PASSWORD=postgres
|
||||||
Loading…
Reference in New Issue
Block a user