Merge pull request 'issue-52' (#70) from issue-52 into master
All checks were successful
Java CI with Maven / test (push) Successful in 36s
Java CI with Maven / build-and-push-frontend (push) Successful in 2m1s
Java CI with Maven / build-and-push-backend (push) Successful in 1m41s

Reviewed-on: #70
This commit is contained in:
sebastian 2023-11-17 18:01:56 +01:00
commit e49b40fd48

View File

@ -7,6 +7,8 @@ services:
container_name: timemanager-db
environment:
MYSQL_ROOT_PASSWORD: edkvcjReDxJ9Z8hq
ports:
- "3306:3306"
backend:
build:
context: ./backend
@ -21,6 +23,9 @@ services:
depends_on:
- "db"
restart: always
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
frontend:
build:
context: ./frontend