/ compose.yaml
compose.yaml
1  services:
2    vandal:
3      build: .
4      ports:
5        - "4321:4321"
6      env_file:
7        - .env
8      extra_hosts:
9        - "host.docker.internal:host-gateway"