Skip to content

Commit a9a4f96

Browse files
committed
Add HASHTOPOLIS_BACKEND_URL to env and dockerfile
1 parent 8f58414 commit a9a4f96

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docker-compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ services:
3232
hashtopolis-frontend:
3333
container_name: hashtopolis-frontend
3434
image: hashtopolis/frontend:latest
35+
environment:
36+
HASHTOPOLIS_BACKEND_URL: $HASHTOPOLIS_BACKEND_URL
3537
restart: always
3638
depends_on:
3739
- hashtopolis-backend

env.example

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ HASHTOPOLIS_ADMIN_PASSWORD=hashtopolis
88
HASHTOPOLIS_DB_HOST=db
99

1010
HASHTOPOLIS_APIV2_ENABLE=0
11+
HASHTOPOLIS_BACKEND_URL=http://localhost:8080/api/v2

0 commit comments

Comments
 (0)