weather #3

Merged
arif merged 25 commits from weather into main 2025-08-29 14:10:55 +02:00
3 changed files with 6 additions and 2 deletions
Showing only changes of commit a625aee9d8 - Show all commits

View File

@@ -43,6 +43,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: christopherhx/gitea-download-artifact@v4
with:
name: build
- name: Log in to Docker Registry
uses: docker/login-action@v2
with:

View File

@@ -4,4 +4,5 @@ WORKDIR /app
COPY ./dist .
CMD ["nginx", "-g", "daemon off; "]
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]

View File

@@ -2,5 +2,5 @@ services:
monitor-im-flur:
image: git.rivercry.com/wg/monitor-im-flur:latest
ports:
- "9123:5173"
- "9123:80"
restart: unless-stopped