Skip to content

Commit 1781315

Browse files
committed
Add correct base URL to dev container
1 parent d65a439 commit 1781315

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ services:
1010
environment:
1111
LANGUAGE: en
1212
OMP_NUM_THREADS: 1
13+
GRAMPSWEB_BASE_URL: http://localhost:8001
1314
GRAMPSWEB_USER_DB_URI: sqlite:////workspaces/web-api/data/users.sqlite
1415
GRAMPSWEB_MEDIA_BASE_DIR: /workspaces/web-api/data/media
1516
GRAMPSWEB_SEARCH_INDEX_DB_URI: sqlite:////workspaces/web-api/data/indexdir/search_index.db

0 commit comments

Comments
 (0)