We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aab0401 + de4cac4 commit bbfd1aeCopy full SHA for bbfd1ae
.env-docker.example
@@ -0,0 +1,2 @@
1
+<same as .env.example, adapt the following:>
2
+VITE_OBP_REDIS_URL=redis://host.docker.internal:6379
dockercompose.yml
@@ -0,0 +1,16 @@
+services:
+ backend:
3
+ image: "docker.io/openbankproject/api-explorer-ii:latest"
4
+ ports:
5
+ - "8085:8085"
6
+ env_file:
7
+ - /path/to/.env-docker
8
+ extra_hosts:
9
+ - "host.docker.internal:host-gateway"
10
+
11
+ frontend:
12
+ image: "docker.io/openbankproject/api-explorer-ii-nginx:latest"
13
14
15
16
+ - "8095:8080"
0 commit comments