services:
nginx:
build: .
container_name: jagd-portal
restart: unless-stopped
ports:
- "80:80"
extra_hosts:
- "host.docker.internal:host-gateway"