version: '3' services: thing: image: jwilder/whoami environment: - VIRTUAL_PORT=8000 - VIRTUAL_HOST=whoami.local # in order for the proxy to see this service, it needs to be on the same network networks: default: external: name: nginx-proxy