mirror of
https://github.com/wireadmin/wireadmin
synced 2025-01-22 12:05:30 +00:00
16 lines
333 B
YAML
16 lines
333 B
YAML
services:
|
|
wireadmin:
|
|
image: ghcr.io/wireadmin/wireadmin:dev
|
|
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'
|