Modern, RESTful, scalable solution to the common problem of telling people to fork off - politely.
1.1K
PFOAAS (Polite Fork Off As A Service) is a humorous web service that provides a modern, RESTful, and scalable solution to the common problem of telling people to fork off. The service offers a variety of polite yet cheeky phrases that can be accessed through a simple API. Built with Node.js, PFOAAS is designed to be easily integrated into any application, adding a touch of humor and fun.
To build and run the Docker container:
docker build -t foaas:1 .
docker run -v $(pwd):/usr/src/app -p 5000:5000 foaas:1
You can also use Docker Compose to run the application:
Create a docker-compose.yml file with the following content:
version: '3.8'
services:
pfoaas:
image: amitbahree/pfoaas
build:
context: .
dockerfile: Dockerfile
ports:
- "5000:5000"
environment:
NODE_ENV: production
restart: unless-stopped
Run Docker Compose:
docker-compose up
For more details, visit the Docker Hub repository - https://github.com/bahree/pfoaas
Content type
Image
Digest
sha256:c72a7a970…
Size
45.3 MB
Last updated
about 2 years ago
docker pull amitbahree/pfoaas