version: '3.8' services: postgres: image: postgres:16 environment: POSTGRES_DB: phoenix POSTGRES_USER: phoenix POSTGRES_PASSWORD: simple-password ports: - 5432:5432 volumes: - comfycamp-postgres-dev:/var/lib/postgresql/data volumes: comfycamp-postgres-dev: