services: web: build: context: . ports: - "44324:5000" volumes: - ./guestbook.db:/app/guestbook.db environment: - FLASK_ENV=production