We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f58414 commit a9a4f96Copy full SHA for a9a4f96
docker-compose.yml
@@ -32,6 +32,8 @@ services:
32
hashtopolis-frontend:
33
container_name: hashtopolis-frontend
34
image: hashtopolis/frontend:latest
35
+ environment:
36
+ HASHTOPOLIS_BACKEND_URL: $HASHTOPOLIS_BACKEND_URL
37
restart: always
38
depends_on:
39
- hashtopolis-backend
env.example
@@ -8,3 +8,4 @@ HASHTOPOLIS_ADMIN_PASSWORD=hashtopolis
8
HASHTOPOLIS_DB_HOST=db
9
10
HASHTOPOLIS_APIV2_ENABLE=0
11
+HASHTOPOLIS_BACKEND_URL=http://localhost:8080/api/v2
0 commit comments