version: "3.9" services: backend: build: context: . dockerfile: ./Dockerfile ports: - "7000:8080" environment: - URL=http://localhost:7000