version: "3" services: backend: build: context: . dockerfile: .dockerfile args: - VERSION=${VERSION} image: "karl0ss/ktvmanager" extra_hosts: - "host.docker.internal:host-gateway" volumes: - ./SQL/:/docker-entrypoint-initdb.d ports: - "3001:3001" environment: - DBHOST=vps.k-world.me.uk - DBUSER=root - DBPASS=Grd555269 - DATABASE=BBLB_DNS - DBPORT=3306 - TORSSRV=host.docker.internal - TORSPWD=KarlMax