Merge pull request 'issue-52' (#70) from issue-52 into master
Reviewed-on: #70
This commit is contained in:
commit
e49b40fd48
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user