19 lines
450 B
YAML
19 lines
450 B
YAML
services:
|
|
btcdata:
|
|
build: .
|
|
restart: unless-stopped
|
|
ports:
|
|
- "4101:4101"
|
|
environment:
|
|
BTCDATA_PORT: "4101"
|
|
JDBC_URL: "jdbc:postgresql://postgres:5432/btcprod?user=postgres&password=ratata,123"
|
|
CORS_ORIGIN: "http://localhost:4041"
|
|
extra_hosts:
|
|
- "postgres:host-gateway"
|
|
|
|
frankfurter:
|
|
image: lineofflight/frankfurter
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8080:8080"
|