Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bca07d4eb8 |
@ -10,12 +10,10 @@ Just copy this compose.yml file:
|
||||
```yml
|
||||
services:
|
||||
work-timerer:
|
||||
image: git.frik.su/Beesquit/work-timerer:latest
|
||||
image: git.frik.su/beesquit/work-timerer:latest
|
||||
container_name: work-timerer
|
||||
ports:
|
||||
- 4000:80
|
||||
volumes:
|
||||
- ./src:/usr/share/nginx/html
|
||||
restart: unless-stopped
|
||||
```
|
||||
|
||||
@ -23,6 +21,7 @@ The application should be available at the `localhost:4000`
|
||||
|
||||
### Todo:
|
||||
- [ ] Make travel time customizable with env
|
||||
- [ ] Add mobile website adaptation
|
||||
|
||||
### Limitations:
|
||||
- The app is linked to the system time
|
||||
|
||||
@ -4,6 +4,4 @@ services:
|
||||
container_name: work-timerer
|
||||
ports:
|
||||
- 4000:80
|
||||
volumes:
|
||||
- ./src:/usr/share/nginx/html
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user