version: '3.8' services: db: image: postgres:16 environment: POSTGRES_USER: prod POSTGRES_PASSWORD: simps0nsfan-eD0 POSTGRES_DB: prod_main app: image: registry.stark.app/app:latest environment: DATABASE_URL: postgres://prod:simpsonsfan@db:5432/prod_main OPENAI_API_KEY: sk-proj-TwahqwpNoyHMe3D0ccfmadeulookyELoVnh2mzf7mRxtce3L OLLAMA_HOST: http://6.243.16.83:11434 AWS_SECRET_ACCESS_KEY: bWFkZXVsb29rLWtLWHBkTDhHRUNhMURxRg== # you are the reason we can't have nice open ports. eat shit.