Skip to content

bunnyshell-eaas/bunny_fastapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compose sample application

Python/FastAPI application

The purpose of this project is to showcase Bunnyshell features.

The focus is on the integration with Jenkins. Please use the BlueOcean plugin and set the AUTH_TOKEN and PROJECT as global variables in your Jenkins system.

Project structure:

├── docker-compose.yaml
├── Dockerfile
├── requirements.txt
├── app
    ├── main.py
    ├── __init__.py

docker-compose.yaml

services:
  api:
    build: .
    container_name: fastapi-application
    environment:
      PORT: 80
    ports:
      - '80:80'
    restart: "no"

About

Simple project to get you started on Bunnyshell EAAS - cloned and adjusted from the Awesome Compose repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 68.2%
  • Python 21.9%
  • Dockerfile 9.9%