version: '3'
services:
    instance:
        container_name: '${containerName}'
        build: .
        env_file:
            - .env
        ports:
            - '${httpPort}:80'
        extra_hosts:
            - 'host.docker.internal:host-gateway'
