wireadmin/docker-compose.dev.yml

16 lines
333 B
YAML
Raw Permalink Normal View History

services:
wireadmin:
2024-05-29 16:40:18 +00:00
image: ghcr.io/wireadmin/wireadmin:dev
build:
context: .
dockerfile: Dockerfile-Dev
volumes:
- ./web/:/app/
2023-11-02 13:02:33 +00:00
ports:
2024-04-20 20:06:45 +00:00
- '5173:5173'
environment:
2024-05-29 16:40:18 +00:00
- WG_HOST=192.168.88.252
- ADMIN_PASSWORD=password
2023-09-27 07:01:52 +00:00
extra_hosts:
2024-04-20 20:06:45 +00:00
- 'host.docker.internal:host-gateway'