services: postgres: image: 'postgres:14' environment: - 'POSTGRES_PASSWORD=password' ports: - '5432'