This commit is contained in:
Shahrad Elahi
2024-05-29 16:23:25 +03:30
parent 9ee534f2bb
commit ae787625b9
170 changed files with 2434 additions and 2643 deletions

View File

@@ -1,13 +1,15 @@
version: '3.8'
services:
wireadmin:
image: wireadmin
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'