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

Commit 5289f68

Browse files
authored
Merge pull request #78 from BuchholzTim/Hotfix-Env
Hotfix env
2 parents d101b25 + cf1eadd commit 5289f68

File tree

5 files changed

+5
-11
lines changed

5 files changed

+5
-11
lines changed

Diff for: README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![](https://github.com/BuchholzTim/Whitebird/wiki/images/banner.png)
22

3-
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).
3+
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).
44

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

24-
- Whiteboard Tools
24+
- Whiteboard Tools
2525
- Creation of Text-Fields
2626
- Pencil for freehand drawing
2727
- Basic geometric objects: circle, square
2828
- Sticky Notes
2929
- Basic Edit Actions: Deleting, Moving, Rotating and Scaling of objects
30-
31-
30+
- Deleting is currently only supported by selecting & pressing the 'delete'-key.
3231

3332
### Getting Started
3433

Diff for: docker/whitebird_prod/docker-compose.yml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ services:
2222
container_name: WhitebirdFrontend
2323
restart: 'no'
2424
build: ../../frontend
25-
env_file: ./frontend.env
2625
ports:
2726
- '40000:5000'
2827

Diff for: docker/whitebird_prod/frontend.env

-6
This file was deleted.

Diff for: frontend/.env.bak

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# If you are using Docker - Please Change the ENV Variables directly in the Dockerfile
12
# Backend Server Location
23
API_URL='http://localhost:3001/'
34
SOCKET_URL='http://localhost:3002/'

Diff for: frontend/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ FROM node:14-alpine as production-stage
2828

2929
WORKDIR /app
3030

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

0 commit comments

Comments
 (0)