services: postgres: image: postgres:16-alpine container_name: postgres-dev environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres POSTGRES_DB: go_weather ports: - "5433:5432" volumes: - pgdata:/var/lib/postgresql/data volumes: pgdata: