mirror of
https://github.com/OpenBankProject/API-Explorer-II.git
synced 2026-02-06 02:36:46 +00:00
17 lines
373 B
YAML
17 lines
373 B
YAML
services:
|
|
backend:
|
|
image: "docker.io/openbankproject/api-explorer-ii:latest"
|
|
ports:
|
|
- "8085:8085"
|
|
env_file:
|
|
- /path/to/.env-docker
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|
|
|
|
frontend:
|
|
image: "docker.io/openbankproject/api-explorer-ii-nginx:latest"
|
|
env_file:
|
|
- /path/to/.env-docker
|
|
ports:
|
|
- "8095:8080"
|