mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
fix compose file
This commit is contained in:
@@ -4,8 +4,6 @@ networks:
|
||||
services:
|
||||
dspace-angular:
|
||||
container_name: dspace-angular
|
||||
depends_on:
|
||||
- dspace
|
||||
environment:
|
||||
DSPACE_HOST: dspace-angular
|
||||
DSPACE_NAMESPACE: /
|
||||
@@ -30,4 +28,3 @@ services:
|
||||
tty: true
|
||||
volumes:
|
||||
- ./to_be_determined/environment.dev.js:/app/config/environment.dev.js
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user