services: postgres: image: postgres:16-alpine env_file: postgresql.env restart: always volumes: - ./pgdata:/var/lib/postgresql/data