Mirror of https://github.com/roostorg/osprey github.com/roostorg/osprey
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

use correct api url variable name in docker compose (#32)

authored by

hailey and committed by
GitHub
d2da9b92 19f6fed2

+1 -1
+1 -1
docker-compose.yaml
··· 178 178 - "5002:5002" 179 179 environment: 180 180 - NODE_ENV=development 181 - - REACT_APP_API_URL=http://osprey_ui_api:5004 181 + - REACT_APP_API_BASE_URL=http://osprey_ui_api:5004 182 182 volumes: 183 183 - ./osprey_ui:/app 184 184 - /app/node_modules