API-Explorer-II/dockercompose.yml

17 lines
373 B
YAML
Raw Normal View History

2024-12-10 13:28:42 +00:00
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"