services: web: build: context: . args: BASE_PATH: / image: pocketdex ports: - '8080:80' restart: unless-stopped