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