fixed compose yml

This commit is contained in:
2025-10-16 14:02:47 +03:00
parent e1bbf19387
commit bca07d4eb8
2 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -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