Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
update port
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianjost committed Mar 5, 2020
1 parent 16254ce commit 651444c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ services:
environment:
- NODE_ENV=production
- MONGO_URI=mongodb://editor-mongodb:27017/schulcloud-editor
- PORT=4001
- PORT=4101
- SERVER_API_URL=http://server:3030
- TIMEOUT=30000
- REDIS_URI="redis://redis:6379/schulcloud-editor" # ??? where is it used
ports:
- 5101:4001
- 4101:4101
depends_on:
- editor-mongodb
restart: unless-stopped
Expand Down

0 comments on commit 651444c

Please sign in to comment.