updated ci
All checks were successful
Build and Push Docker Image / build-and-push (release) Successful in 48s
All checks were successful
Build and Push Docker Image / build-and-push (release) Successful in 48s
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
services:
|
||||
work-timerer:
|
||||
image: git.frik.su/Beesquit/work-timerer:latest
|
||||
container_name: work-timerer
|
||||
ports:
|
||||
- 4000:80
|
||||
volumes:
|
||||
- ./src:/usr/share/nginx/html
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user