Skip to content

Commit

Permalink
Adjust coli-rich-dev configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Dec 3, 2024
1 parent 8e0cfe7 commit 0a3195a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
7 changes: 7 additions & 0 deletions configs/coli-rich-dev.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
VIRTUAL_HOST=coli-conc.gbv.de
VIRTUAL_PORT=3454
VIRTUAL_PATH=/coli-rich/dev/
BASE_URL=https://$VIRTUAL_HOST/$VIRTUAL_PATH
ENRICHMENTS_PATH=/enrichments
VITE_LOGIN_SERVER=https://coli-conc.gbv.de/login
VITE_ALLOWED_USERS=https://coli-conc.gbv.de/login/users/3a1bb23f-8d60-4b7a-8bec-cc419d7f6ab6,https://coli-conc.gbv.de/login/users/c0c1914a-f9d6-4b92-a624-bf44118b6619,https://coli-conc.gbv.de/login/users/d89dce6e-8995-49f5-9a2c-54d8aef7cd49,https://coli-conc.gbv.de/login/users/bf445064-200f-4734-849c-4c0d10657280
10 changes: 2 additions & 8 deletions services/coli-rich-dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@ services:
volumes:
- $CONFIGS/coli-rich-dev.json:/config/config.json
- $DATA/coli-rich-dev/enrichments:/enrichments
environment:
- VIRTUAL_HOST=coli-conc.gbv.de
- VIRTUAL_PORT=3454
- VIRTUAL_PATH=/coli-rich/dev/
- BASE=/coli-rich/dev/
- ENRICHMENTS_PATH=/enrichments
- VITE_LOGIN_SERVER=https://coli-conc.gbv.de/login
- VITE_ALLOWED_USERS=https://coli-conc.gbv.de/login/users/3a1bb23f-8d60-4b7a-8bec-cc419d7f6ab6,https://coli-conc.gbv.de/login/users/c0c1914a-f9d6-4b92-a624-bf44118b6619,https://coli-conc.gbv.de/login/users/d89dce6e-8995-49f5-9a2c-54d8aef7cd49,https://coli-conc.gbv.de/login/users/bf445064-200f-4734-849c-4c0d10657280
env_file:
- $CONFIGS/coli-rich-dev.env
restart: unless-stopped

networks:
Expand Down

0 comments on commit 0a3195a

Please sign in to comment.