services: web: build: context: . args: BASE_PATH: / image: pokedex-pwa ports: - "8080:80" restart: unless-stopped