docker-compose.yaml 236 B

123456789
  1. services:
  2. daita25:
  3. image: daita25:1.0
  4. ports:
  5. - "8000:80"
  6. # environment:
  7. # - SQLALCHEMY_DATABASE_URI = "postgresql://postgres:postgres@localhost:5432/generation"
  8. restart: "unless-stopped"
  9. build: ./Backend