wireadmin/docker-compose.dev.yml
Shahrad Elahi efb93e5e31
v2 (#11)
2024-05-29 20:10:18 +03:30

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'