mirror of
https://github.com/wireadmin/wireadmin
synced 2025-04-25 16:39:58 +00:00
fix(style): prettier
This commit is contained in:
parent
4bbcbf140f
commit
83ddb4b86e
1
.github/workflows/docker-image.yaml
vendored
1
.github/workflows/docker-image.yaml
vendored
@ -47,7 +47,6 @@ jobs:
|
||||
args: VERSION=${{ env.IMAGE_TAG }}
|
||||
tags: ghcr.io/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
|
||||
|
||||
|
||||
docker-build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
3
.github/workflows/release-image.yaml
vendored
3
.github/workflows/release-image.yaml
vendored
@ -2,7 +2,7 @@ name: Build Docker Image
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [ created ]
|
||||
types: [created]
|
||||
|
||||
env:
|
||||
BUILD_PLATFORMS: linux/amd64,linux/arm64
|
||||
@ -42,7 +42,6 @@ jobs:
|
||||
platforms: ${{ env.BUILD_PLATFORMS }}
|
||||
tags: ghcr.io/${{ env.IMAGE_NAME }}:latest,ghcr.io/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
|
||||
|
||||
|
||||
docker-build:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
|
@ -1,13 +1,13 @@
|
||||
version: "3.8"
|
||||
version: '3.8'
|
||||
services:
|
||||
wireadmin:
|
||||
image: wireadmin
|
||||
volumes:
|
||||
- ./web/:/app/
|
||||
ports:
|
||||
- "5173:5173"
|
||||
- '5173:5173'
|
||||
environment:
|
||||
- WG_HOST=192.168.1.102
|
||||
- UI_PASSWORD=password
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
- 'host.docker.internal:host-gateway'
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: "3.8"
|
||||
version: '3.8'
|
||||
services:
|
||||
wireadmin:
|
||||
environment:
|
||||
@ -15,8 +15,8 @@ services:
|
||||
volumes:
|
||||
- persist-data:/data
|
||||
ports:
|
||||
- "51820:51820/udp"
|
||||
- "3000:3000/tcp"
|
||||
- '51820:51820/udp'
|
||||
- '3000:3000/tcp'
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- SYS_MODULE
|
||||
|
Loading…
Reference in New Issue
Block a user