mirror of
https://github.com/pcvolkmer/etl-processor.git
synced 2025-04-19 17:26:51 +00:00
docs: add ports to example docker compose file
This commit is contained in:
parent
550403cc9f
commit
d2a6ec17ea
@ -9,6 +9,8 @@ services:
|
|||||||
### ETL-Processor
|
### ETL-Processor
|
||||||
etl-processor:
|
etl-processor:
|
||||||
image: ghcr.io/ccc-mf/etl-processor:latest
|
image: ghcr.io/ccc-mf/etl-processor:latest
|
||||||
|
ports:
|
||||||
|
- 8080:8080
|
||||||
environment:
|
environment:
|
||||||
APP_REST_URI: http://bwhc-backend/bwhc/etl/api
|
APP_REST_URI: http://bwhc-backend/bwhc/etl/api
|
||||||
SPRING_DATASOURCE_URL: jdbc:postgresql://postgres/etl
|
SPRING_DATASOURCE_URL: jdbc:postgresql://postgres/etl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user