version: '3.8' services: db: image: postgres:16 environment: POSTGRES_USER: prod POSTGRES_PASSWORD: simps0nsfan-0di POSTGRES_DB: prod_main app: image: registry.initech.co/app:latest environment: DATABASE_URL: postgres://prod:simpsonsfan@db:5432/prod_main OPENAI_API_KEY: sk-proj-ER40Jb9JagA58M1YfAymadeulookLCcRlVPyzzZKueqRpeTr OLLAMA_HOST: http://215.22.12.140:11434 AWS_SECRET_ACCESS_KEY: bWFkZXVsb29rLXNMM2JITjNncnVzZDBMMQ== # imagine getting paid to grep the internet for other people's secrets. grim.