mirror of
https://github.com/OpenBankProject/API-Explorer-II.git
synced 2026-02-06 02:36:46 +00:00
add docker compose file
This commit is contained in:
parent
9cc299a80c
commit
50e0a728a3
2
.env-docker.example
Normal file
2
.env-docker.example
Normal file
@ -0,0 +1,2 @@
|
||||
<same as .env.example, adapt the following:>
|
||||
VITE_OBP_REDIS_URL=redis://host.docker.internal:6379
|
||||
16
dockercompose.yml
Normal file
16
dockercompose.yml
Normal file
@ -0,0 +1,16 @@
|
||||
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"
|
||||
Loading…
Reference in New Issue
Block a user