Sign inSign up

thebino/aiohttp

By thebino

Updated over 5 years ago

Python image with pre-installed aiohttp

Image
0

378

thebino/aiohttp repository overview

Python image with pre-installed aiohttp

  • aiohttp>=3.7.0
  • aiohttp-jinja2>=1.4.2
  • async-timeout>=3.0.0
  • jinja2>=2.11.2
  • PyJWT>=1.7.0
  • SQLAlchemy>=1.3.0

docker-compose.yaml

version: '3.3'

services:
  app:
    image: thebino/aiohttp:3.9
    volumes:
      - /path/to/your/app:/app:rw
      - /var/run/docker.sock:/var/run/docker.sock
    ports:
      - 8080:8080
    working_dir: /app
    
    command: ["python3", "main.py"]

Tag summary

Content type

Image

Digest

Size

336.5 MB

Last updated

over 5 years ago

docker pull thebino/aiohttp:3.9.1