This commit is contained in:
Shahrad Elahi
2024-05-29 20:10:18 +03:30
committed by GitHub
parent 66a1fe2ece
commit efb93e5e31
162 changed files with 2780 additions and 2758 deletions

View File

@@ -1,13 +1,15 @@
version: '3.8'
services:
wireadmin:
image: wireadmin
image: ghcr.io/wireadmin/wireadmin:dev
build:
context: .
dockerfile: Dockerfile-Dev
volumes:
- ./web/:/app/
ports:
- '5173:5173'
environment:
- WG_HOST=192.168.1.102
- UI_PASSWORD=password
- WG_HOST=192.168.88.252
- ADMIN_PASSWORD=password
extra_hosts:
- 'host.docker.internal:host-gateway'