Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #78 from BuchholzTim/Hotfix-Env
Browse files Browse the repository at this point in the history
Hotfix env
  • Loading branch information
MarcBollmann committed Feb 22, 2021
2 parents d101b25 + cf1eadd commit 5289f68
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![](https://github.com/BuchholzTim/Whitebird/wiki/images/banner.png)

Whitebird is an open-source, web-based, collaborative, digital Whiteboard built with [NestJS](https://nestjs.com/), [MongoDB](https://www.mongodb.com/), [NuxtJs](https://nuxtjs.org/) and [FabricJs](https://github.com/fabricjs/fabric.js).
Whitebird is an open-source, web-based, collaborative, digital Whiteboard built with [NestJS](https://nestjs.com/), [MongoDB](https://www.mongodb.com/), [NuxtJs](https://nuxtjs.org/) and [FabricJs](https://github.com/fabricjs/fabric.js).

The application was developed as part as a study project at the [Hochschule Kaiserslautern](https://github.com/HochschuleKaiserslautern).
Due to limited time, we cannot promise to actively continue development on this project, but we will of course look into Pull Requests!
Expand All @@ -21,14 +21,13 @@ Currently the application is in early development and contains the following fea
- Export of the whiteboard as .png/.pdf
- Changeable Background: Use backgrounds as templates for organizing your whiteboard

- Whiteboard Tools
- Whiteboard Tools
- Creation of Text-Fields
- Pencil for freehand drawing
- Basic geometric objects: circle, square
- Sticky Notes
- Basic Edit Actions: Deleting, Moving, Rotating and Scaling of objects


- Deleting is currently only supported by selecting & pressing the 'delete'-key.

### Getting Started

Expand Down
1 change: 0 additions & 1 deletion docker/whitebird_prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ services:
container_name: WhitebirdFrontend
restart: 'no'
build: ../../frontend
env_file: ./frontend.env
ports:
- '40000:5000'

Expand Down
6 changes: 0 additions & 6 deletions docker/whitebird_prod/frontend.env

This file was deleted.

1 change: 1 addition & 0 deletions frontend/.env.bak
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# If you are using Docker - Please Change the ENV Variables directly in the Dockerfile
# Backend Server Location
API_URL='http://localhost:3001/'
SOCKET_URL='http://localhost:3002/'
Expand Down
1 change: 1 addition & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ FROM node:14-alpine as production-stage

WORKDIR /app

# This makes Nuxt available from every IP & Sets the Port internally of docker.
ENV NUXT_HOST=0.0.0.0
ENV NUXT_PORT=5000

Expand Down

0 comments on commit 5289f68

Please sign in to comment.