Skip to content

akoscomp/dspace-docker-traefik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSpace 9.1 in docker with traefik proxy

Configure

Create from each env.sample file an .env file and set all variable to a valid hostname

Start DSpace

Create required networks

docker network create proxy
docker network create dspacenet
docker volume create solr_configs

Start the containers

cd traefik
docker compose up -d

cd api
docker compose up -d

cd ui
docker compose up -d

Check it

With https://api.example.com/server/ can check the backend.

With https://ui.example.com/ can check the frontend.

Create admin account

cd cli
docker-compose run --rm dspace-cli create-administrator -e test@example.com -f admin -l user -p admin -c en

About

dspace-docker-traefik

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •