Commits

lotte authored 0f43ff4fea9
switched back to port 4000
No tags

docker/docker-compose.yml

Modified
1 1 version: '3.7'
2 2 networks:
3 3 dspacenet:
4 4 services:
5 5 dspace-angular:
6 6 container_name: dspace-angular
7 7 environment:
8 8 DSPACE_HOST: dspace-angular
9 9 DSPACE_NAMESPACE: /
10 - DSPACE_PORT: '3000'
10 + DSPACE_PORT: '4000'
11 11 DSPACE_SSL: "false"
12 12 image: dspace/dspace-angular:latest
13 13 build:
14 14 context: ..
15 15 dockerfile: Dockerfile
16 16 networks:
17 17 dspacenet:
18 18 ports:
19 - - published: 3000
20 - target: 3000
19 + - published: 4000
20 + target: 4000
21 21 - published: 9876
22 22 target: 9876
23 23 stdin_open: true
24 24 tty: true
25 25 volumes:
26 26 - ./environment.dev.js:/app/src/environments/environment.dev.ts

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut