services: postgres: image: postgres:15-alpine ports: - "5433:5432" environment: POSTGRES_PASSWORD: postgres tmpfs: - /var/lib/postgresql/data