mirror of
https://github.com/wireadmin/wireadmin
synced 2025-05-01 02:52:19 +00:00
16 lines
311 B
YAML
16 lines
311 B
YAML
services:
|
|
wireadmin:
|
|
image: wireadmin
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile-Dev
|
|
volumes:
|
|
- ./web/:/app/
|
|
ports:
|
|
- '5173:5173'
|
|
environment:
|
|
- WG_HOST=192.168.88.252
|
|
- ADMIN_PASSWORD=password
|
|
extra_hosts:
|
|
- 'host.docker.internal:host-gateway'
|