All Downloads are FREE. Search and download functionalities are using the official Maven repository.

python-fastapi.docker-compose.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
version: '3.6'
services:
  service:
    build:
      context: .
      target: service
    ports:
      - "{{serverPort}}:{{serverPort}}"
    command: uvicorn {{packageName}}.main:app --host 0.0.0.0 --port {{serverPort}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy