services: bucket-serve: build: context: . target: bucket-serve image: ghcr.io/matthewbaggett/bucket-serve:latest ports: - "2800:80" user: "1000:1000" volumes: - .:/app