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