version: "3.7" services: web: build: . ports: - "9559:9559" volumes: - ./clickcandit.db:/app/clickcandit.db - ./:/app environment: - FLASK_ENV=production - SMTP_SERVER=smtp.gmail.com - SMTP_PORT=465 - EMAIL_SENDER=clickcandit@gmail.com - EMAIL_PASSWORD=iuxexntistlwilhl - APP_SECRET_KEY=fiudsh9uw4hefjsefnjdsdh restart: always