mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-16 11:32:26 +01:00
feat: Add new data-manager service for professor and module management and a new frontend application with i18n and a professor dashboard.
This commit is contained in:
@@ -42,10 +42,13 @@ services:
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
context: ./frontend
|
||||
target: prod
|
||||
target: dev
|
||||
args:
|
||||
- COMMIT_HASH=${COMMIT_HASH}
|
||||
# open port 8000
|
||||
volumes:
|
||||
- ./frontend/src/:/app/src
|
||||
- ./frontend/public/:/app/public
|
||||
ports:
|
||||
- "8000:8000"
|
||||
|
||||
@@ -57,7 +60,7 @@ services:
|
||||
- htwkalender-data-manager
|
||||
- htwkalender-frontend
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "80:80"
|
||||
|
||||
volumes:
|
||||
pb_data:
|
||||
|
||||
Reference in New Issue
Block a user