services: web: build: . image: kgva container_name: kgva ports: - "8080:80" restart: unless-stopped