mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 16:56:56 +00:00
15 lines
380 B
YAML
15 lines
380 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
obp-api:
|
|
build:
|
|
context: ..
|
|
dockerfile: docker/Dockerfile
|
|
ports:
|
|
- "8080:8080"
|
|
extra_hosts:
|
|
# Connect to local Postgres on the host
|
|
# In your config file:
|
|
# db.url=jdbc:postgresql://host.docker.internal:5432/YOUR_DB?user=YOUR_DB_USER&password=YOUR_DB_PASSWORD
|
|
- "host.docker.internal:host-gateway"
|