version: "3.9" services: bin: image: ghcr.io/w4/bin:latest # Uncomment if you prefer to build from source # build: "{{ bin_git_repo }}" container_name: pastebin ports: - "8000:8000" restart: unless-stopped