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