services: db: container_name: bathsDB image: postgres:16 volumes: - ./tmp/db:/var/lib/postgresql env_file: .env ports: - ${POSTGRES_PORT}:5432