prueba tecnica
This commit is contained in:
18
levantarDBSola/docker-compose.yml
Normal file
18
levantarDBSola/docker-compose.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
postgres_proxima:
|
||||
image: postgres:16
|
||||
container_name: postgres_db
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
POSTGRES_USER: proxima_user
|
||||
POSTGRES_PASSWORD: Proxima_Password
|
||||
POSTGRES_DB: db.ProximaContracts
|
||||
TZ: Europe/Madrid
|
||||
ports:
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
- db_data:/var/lib/postgresql/data
|
||||
- ../db:/docker-entrypoint-initdb.d:ro
|
||||
|
||||
volumes:
|
||||
db_data:
|
||||
Reference in New Issue
Block a user